aito.api.optimize_table
- aito.api.optimize_table(client: AitoClient, table_name, use_job: bool = True)
optimize the specified table after uploading the data. By default uses a job for the operation
- Parameters:
client (AitoClient) – the AitoClient instance
table_name (str) – the name of the table
use_job (bool) – use a job to run the optimize