bgarrels / textpattern

Automatically exported from code.google.com/p/textpattern
0 stars 0 forks source link

Key/value store #277

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Implement a key/value store facility as a base component for unlimited custom 
fields, unlimited categories, and other custom schema extensions.

Original issue reported on code.google.com by r.wetzlmayr on 11 Oct 2012 at 1:47

GoogleCodeExporter commented 8 years ago
Besides key and value we want to keep 

- created, updated, expires dates
- flags (compressed, serialized, full-text indexed, user-reserved)

Use MySQL as the default store. Think about alternate interfaces with other k/v 
stores (APC, memcache).

Original comment by r.wetzlmayr on 11 Oct 2012 at 1:52

GoogleCodeExporter commented 8 years ago

Original comment by r.wetzlmayr on 25 Dec 2013 at 9:52