I plan to make a large project (1,000,000 users, approximately 500 requests before the second) in the hot season). For performance, I will not use relational dbms (each query can cost many instructions in relational dbms such as mysql), so I cannot use DAL.
My question is:
- How does web2py work with high traffic, does it work at the same time? I believe that using web2py or Gork is Zope,
- How does zodb (Z Object Database) work with a lot of data? Is there any comparison with object-relational postgresql?
Could you please advise me.
source
share