Add suggestion from code review
Co-authored-by: Barry Hughes <3594411+barryhughes@users.noreply.github.com>
This commit is contained in:
parent
6a9ce0287a
commit
66b9f715bc
|
@ -1,6 +1,6 @@
|
|||
# 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.
|
||||
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.
|
||||
|
||||
HPOS is also referred to as COT (Custom Order Tables) in some parts of the code, that's the early name of the engine.
|
||||
|
||||
|
|
Loading…
Reference in New Issue