|
|
|
|
|
by mvijaykarthik
637 days ago
|
|
Thanks for your feedback, and great questions.
1. We create serverless functions to process each file and then combine the results, optimized for columnar file formats.
2. This is one of our core innovations :) We created custom representations of WALs which help us with query performance and ingesting them quickly.
3. Once a WAL is ingested, it is available for query within a few seconds. So far it has been reliable and we have not had issues with missing data. |
|