SQL to CQL: Time-Based Queries
In SQL data is organized by its structure, which may optionally include a date and/or time, but these values are not automatically added to each row of the table. As a log management system, LogScale stores every event with a time based on when the event occurred and when the event was ingested. This means that time is a critical part of the core data. Data is naturally returned in time order and is used to help drive query results and visualizations based on this time reference.
| SQL | CQL |
|---|---|
|
|
|
sql |
logscale |