Glossary

Key Tables:

`INVENTORY` — 500,000 SKUs, updated on every order - `ORDERS` — 100 million rows, append-only during order placement - `ORDER_ITEMS` — 300 million rows, append-only - `PAYMENTS` — 80 million rows - **Isolation Level:** CS (default) for all application code - **LOCKTIMEOUT:** 30 seconds - **DLCHKTIME

Learn More

Related Terms