Table
Last update: April 13, 2024Like many database systems, Dataleading stores your data in tables. Behind the scenes, the tables are in the columnar format.
Create a schema
A schema defines the columns and other metadata about your tables. Based on the schema mode of your table, the table's schema may contain declared columns, which are explicitly defined by the user.
- 1. Manually with the UI.
- 2. Using the Table API.
Data types
Dataleading supports the following data types for a table column:
- 1. Long, The primary timestamp
- 2. String, UTF-8 encoded text.
- 3. Integer, A 32-bit integer.
Estimated Events Per Day
Identifies the estimated number of page views you expect this report suite to support in a day. Large traffic volumes require a longer approval process. To avoid processing delays, be as accurate as possible with this estimate.