MemcacheDB: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
No edit summary
Citation bot (talk | contribs)
Alter: url, pages. URLs might have been internationalized/anonymized. Add: isbn. Formatted dashes. | You can use this bot yourself. Report bugs here. | Suggested by AManWithNoPlan | All pages linked from cached copy of User:AManWithNoPlan/sandbox2 | via #UCB_webform_linked
Line 17: Line 17:
'''MemcacheDB''' (pronunciation: mem-cash-dee-bee) is a persistence enabled variant of [[memcached]]. MemcacheDB has not been actively maintained since 2009. It is a general-purpose distributed memory caching system often used to speed up dynamic [[database]]-driven websites by caching data and [[Object (computer science)|objects]] in [[Computer storage|memory]]. It was developed by Steve Chu and Howard Chu <ref>{{cite web|url=https://github.com/LMDB/memcachedb/blob/mine/AUTHORS |title=MemcacheDB authors }}</ref>. The main difference between MemcacheDB and memcached is that MemcacheDB has its own key-value database system.<ref>
'''MemcacheDB''' (pronunciation: mem-cash-dee-bee) is a persistence enabled variant of [[memcached]]. MemcacheDB has not been actively maintained since 2009. It is a general-purpose distributed memory caching system often used to speed up dynamic [[database]]-driven websites by caching data and [[Object (computer science)|objects]] in [[Computer storage|memory]]. It was developed by Steve Chu and Howard Chu <ref>{{cite web|url=https://github.com/LMDB/memcachedb/blob/mine/AUTHORS |title=MemcacheDB authors }}</ref>. The main difference between MemcacheDB and memcached is that MemcacheDB has its own key-value database system.<ref>
{{cite conference
{{cite conference
| url = https://books.google.co.uk/books?id=_tO4DQAAQBAJ&q=memcachedb#v=snippet&q=memcachedb&f=false
| url = https://books.google.com/books?id=_tO4DQAAQBAJ&q=memcachedb#v=snippet&q=memcachedb
| title = SD2DS-Based Datastore for Large Files
| title = SD2DS-Based Datastore for Large Files
| last1 = Krechowicz
| last1 = Krechowicz
Line 28: Line 28:
| publisher = Springer
| publisher = Springer
| book-title = Proceedings of the 2015 Federated Conference on Software Development and Object Technologies
| book-title = Proceedings of the 2015 Federated Conference on Software Development and Object Technologies
| pages = 150-168
| pages = 150–168
| location = University in Žilina, Faculty of Management Sciences and Informatics, Slovak Republic
| location = University in Žilina, Faculty of Management Sciences and Informatics, Slovak Republic
| isbn = 9783319465357
| editor1-first=Jan|editor1-last=Janech|editor2-first=Jozef|editor2-last=Kostolny|editor3-first=Tomasz|editor3-last=Gratkowski
| editor1-first=Jan|editor1-last=Janech|editor2-first=Jozef|editor2-last=Kostolny|editor3-first=Tomasz|editor3-last=Gratkowski
}}
}}

Revision as of 13:54, 30 September 2020

MemcacheDB
Stable release
1.2.1 / December 25, 2008
Written inC
Operating systemCross-platform
Typedistributed memory caching system
LicenseBSD License
Websitegithub.com/LMDB/memcachedb/

MemcacheDB (pronunciation: mem-cash-dee-bee) is a persistence enabled variant of memcached. MemcacheDB has not been actively maintained since 2009. It is a general-purpose distributed memory caching system often used to speed up dynamic database-driven websites by caching data and objects in memory. It was developed by Steve Chu and Howard Chu [1]. The main difference between MemcacheDB and memcached is that MemcacheDB has its own key-value database system.[2] based on Berkeley DB,[3] so it is meant for persistent storage rather than limited to a non-persistent cache. A version of MemcacheDB using Lightning Memory-Mapped Database (LMDB) is also available,[4] offering greater performance. MemcacheDB is accessed through the same protocol as memcached, so applications may use any memcached API as a means of accessing a MemcacheDB database.[5]

MemcacheQ is a MemcacheDB variant that provides a simple message queue service.

Active development of MemcacheDB seems to have currently stopped; the web page hasn't been updated since 2009.

See also

References

  1. ^ "MemcacheDB authors".
  2. ^ Krechowicz, Adam; Chrobot, Arkadiusz; Łukawski, Grzegorz (2016). "SD2DS-Based Datastore for Large Files". In Janech, Jan; Kostolny, Jozef; Gratkowski, Tomasz (eds.). Proceedings of the 2015 Federated Conference on Software Development and Object Technologies. University in Žilina, Faculty of Management Sciences and Informatics, Slovak Republic: Springer. pp. 150–168. ISBN 9783319465357.
  3. ^ Chu, Steve (12 March 2008). "Memcachedb: The Complete Guide" (PDF). Retrieved 16 April 2020.
  4. ^ "LMDB port of MemcacheDB".
  5. ^ "MemcacheDB official home page". Archived from the original on 9 August 2018.