-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft: Updates to table learn section #339
base: v2-content
Are you sure you want to change the base?
Conversation
|
||
Unlike in many other programming languages where the tables you encounter are added as a second-class extension to the language, in q they are first-class objects. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@cmccarthy1 i would add here the "What is a table?" part (lines 27-31, until "interactions with time-series data.)
I see this page's structure like this:
What is a table? (H2)
How to create a table (H3)
Keyed (H3)
Splayed (H3)
Partitioned (H3)
Segmented (H3)
Table storage (H2)
In-memory (H3)
On-disk (H3)
Table object (H2)
Co-authored-by: iciobanukx <[email protected]>
|
||
!!! tip "Equals means equals" | ||
### What is a Table? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
### What is a Table? | |
## What is a Table? |
| Partitioned Table | A Directory containing multiple folders (partitions) typically dates each containing a splayed table | More than 100 million records or a steadily growing data volume | | ||
| Segmented Table | Partitioned tables distributed across multiple disks | When tables are larger than available disk size or access needs to parallelize | | ||
|
||
### Table Object |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
### Table Object | |
## Table Object |
Co-authored-by: iciobanukx <[email protected]>
Co-authored-by: iciobanukx <[email protected]>
…to v2-tables-csv
No description provided.