Important
The SingleStore 9.1 release candidate (RC) is available now. It will be promoted to general availability (GA) soon and at that time it will be renamed to SingleStore 10.
In the interim, SingleStore 9.1 RC can be used to preview, evaluate, and provide feedback on the new and upcoming features in SingleStore 10, while SingleStore 9.0 is recommended for production workloads.
SingleStore Flow XL Ingest API
On this page
Note
This is a Preview feature.
XL Ingest handles the initial transfer of large tables by breaking them into smaller logical partitions.
Additionally, you can use automated scripts to set up sliced data transfers, including slice configuration and license key setup.
Prerequisites
Before using the XL Ingest APIs, ensure that the table to be ingested is selected in Ingest, Skip Initial Extract is enabled for the table, and a full extract has been performed to copy only the schema.
Base URL
All XL Ingest API requests must be sent to the following base URL:
http://<host>:<port>/ixl
Where <host> is the hostname or IP address and <port> is the port number where the XL Ingest service is running.
XL Ingest API Reference
The following endpoints include HTTP methods, required headers, request and response formats, and example requests.
Last modified: