Efficient way to store hashes in database ?
#6
As Bitweasil said, MySQL is too slow. Try key/value as he suggested. I myself would use at MongoDB because it already is very efficient and it also has very nice support and there are many examples/lines of code flying around. You can also look at memcacheDB, Redis or other NoSQL database.
Reply


Messages In This Thread
RE: Efficient way to store hashes in database ? - by twitty - 08-16-2012, 07:24 PM