Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Efficient way to store hashes in database ?
08-16-2012, 07:24 PM
Post: #6
RE: Efficient way to store hashes in database ?
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.
Find all posts by this user
Quote this message in a reply
Post Reply 


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