• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
What is the purpose of the "schema mode of tables"
#1
Surfing the documentation I saw this command:


Quote:command cdb_updateTableSchemaMode pTable, pSchemaless


Used to: 
Quote:This command changes the schema mode of tables.

but I wasn't able to find what a table being schemaless or not does to the table.
To ";" or not to ";" that is the question
  Reply
#2
A schemaless table allows the creation of a record without predefined schema.
You can create a record with keys that are not defined for the table.
Some project might see a use in schemaless tables if there are dynamically generated data.
  Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)