Old Wiki:Object caching

From EVEmu Wiki
Revision as of 16:28, 3 April 2021 by Admin (talk | contribs) (Bot: Automated import of articles)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.