08-07-2012, 07:45 PM
I wouldn't use MySQL if "fastest request/response time" were a concern.
If you wish to do this, storing them as a binary blob with prepared statements is probably the best option.
However, I would seriously suggest looking at a key value store system for handling this type of workload. It's much better suited to it than a full SQL database.
If you wish to do this, storing them as a binary blob with prepared statements is probably the best option.
However, I would seriously suggest looking at a key value store system for handling this type of workload. It's much better suited to it than a full SQL database.