Difference between revisions of "Old Wiki:Object caching"

From EVEmu Wiki
Jump to navigation Jump to search
(Bot: Automated import of articles)
 
(No difference)

Latest revision as of 16:28, 3 April 2021

Ideas on how we can create an In-Memory Database using caching or other methods

METHOD 1 - Expand CacheObjectMgr?

Maximus: It would have data storage + several basic methods to update cache content - some sort of delete, insert and update methods ( the last one in two forms: one for remove, update, insert methodology and one for update and leave one ).



METHOD 2 - Use MySQL Cluster

Shane has been working to try to successfully setup the minimum required 3 nodes to get it up and running. This system uses an In-Memory Database with proper backend connection to the disk based DB.