Changes between Initial Version and Version 1 of Ticket #1823
- Timestamp:
- 05/14/2012 09:49:53 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1823 – Description
initial v1 1 Some WordPress core functions need to be mappable :1 Some WordPress core functions need to be mappable, to allow their respective data to exist in other non-conventional database tables: 2 2 3 3 * get/add/update/delete/_user_meta … … 6 6 * get/add/update/delete/_site_meta 7 7 8 This is to allow huge installations to map to custom tables, if needed.8 This is to allow huge installations to map to custom tables, where needed. An example is storing certain user_meta in a separate table that won't cause user cache invalidation. Something similar could be done for post_meta, blogs, etc...