Skip to content

Tables

In Codcel, tables are read-only by default. It is possible to specify any table as a CRUD database table where it is not read-only. CRUD table implementation can be found here: CRUD Table Implementation.

In Codcel there are three types of tables:

Small Tables

These tables are used when there is a small number of rows, typically in the thousands.

Large Tables

Large tables support up to 1,048,576 rows.

Massive Tables

Massive tables are similar to large tables but can support tables with billions of rows.