in reply to Re: OT: Scalable web application architecture
in thread OT: Scalable web application architecture

The search has to be real time. So I need to be able to read and write efficiently on the same table. But I don't know how to create a schema that can be efficiently read and written. I know I need to use a database engine that supports it like InnoDB, but what's a good InnoDB configuration and what's the table schema should look like?

  • Comment on Re^2: OT: Scalable web application architecture