Basic SQL Tables.

Basic SQL tables functionality is integrated into the database so users can store small relational tables directly within the system, alongside the main HFT tables. This is ideal for saving user profiles, system metadata, or configuration tables. We have intentionally kept this lightweight: since most users store non-relational market feed and strategy logs in specialized tables, complex relational operations (like Joins or Views) are not included. Instead, standard CRUD operations and aggregates are supported. Under the hood, these features utilize high-efficiency indexing and low-level system optimizations to maintain excellent speed.