Work with data
Ingest data
We support high-throughput writes, comfortably handling 4GB per second. The client SDK for data ingestion remains consistent with our open-source version, ensuring a seamless transition for existing OSS users.
Insert data
Insert large datasets
It is recommended to use itertators to add large datasets in batches when creating your table in one go. Data will be automatically compacted for the best query performance.
More details can be found here.