View Single Post
  #7  
Old 01-17-2013, 10:22 PM
Drajor's Avatar
Drajor
Developer
 
Join Date: Nov 2012
Location: Halas
Posts: 355
Default

Quote:
Originally Posted by lerxst2112 View Post
Yes, changing a qglobal writes to the database, but reads are cached, and it's likely that reads are more common than writes.
Reads are not cached if I understand the code correctly. They are read out of the DB every single time. See Parser::Event.

Also see any references to QGlobalCache::GetBucket - That is never used for anything other than 'combining'.
__________________
Drajor regards you indifferently -- what would you like your tombstone to say?
Reply With Quote