diff --git a/High-Performance-Order-Storage-Upgrade-Recipe-Book.md b/High-Performance-Order-Storage-Upgrade-Recipe-Book.md index 16f535c..4938646 100644 --- a/High-Performance-Order-Storage-Upgrade-Recipe-Book.md +++ b/High-Performance-Order-Storage-Upgrade-Recipe-Book.md @@ -1,5 +1,3 @@ -> 💡 This is a place to collect short 'recipes' for the transition to High-performance Order Storage that may be useful by themselves, or possibly for later use as part of an official upgrade guide. Feel free to add to it and edit it. - # What is High-performance Order Storage (HPOS)? WooCommerce has stored order-related data in the post and postmeta tables in the database as a custom WordPress post type so far. This has allowed everyone working in the ecosystem to take advantage of extensive APIs provided by the WordPress core in managing orders as custom post types.