Update HPOS.md

This commit is contained in:
Brent MacKinnon 2023-08-18 16:05:23 -03:00
parent 9665a3618e
commit 0a3f5744ab
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# HPOS
# High Performance Order Storage (HPOS)
WooCommerce has traditionally stored store orders and related order information (like refunds) as custom WordPress post types or post meta records. This comes with performance issues, and that's why HPOS (High-Performance Order Storage) was developed. HPOS is the WooCommerce engine that stores orders in dedicated tables.