Retrieve data from a SingleStore table
connection_string
: Connection URL to the SingleStore database (i.e. <user>:<password>@<host>:<port>/<database_name>
)query
: SQL query to extract data (i.e. Select * From TableName)batch_size
: The size of batches of rows. Affects performance and latency.