Databases, Tables and Columns
		
		
		
		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