Databases, Tables and Columns

From MemCP
Revision as of 22:26, 17 May 2024 by Carli (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
  • MemCP has a data folder which defaults to "./data". Every subdirectory of that folder is a database.
  • Databases consist of tables
  • Tables consist of columns and shards
  • Columns have a name, a type, type dimensions
  • Some columns can be "computed columns" that are not filled by INSERT values but rather computed from an expression