Hi, does Airbyte support multiple cursor fields for Postgres?
My table does not use sequential IDs and it uses UUID. Also there are 2-3 timestamp fields (created_at, updated_at and sometimes deleted_at). Will Airbyte work?
✅ 2
👀 2
u
[DEPRECATED] Marcos Marx
01/18/2022, 12:17 AM
No, Airbyte only support one cursor field at time.
l
Lihan
01/18/2022, 1:19 AM
Will you consider supporting above case? UUID as primary key and multple timestamps
u
[DEPRECATED] Marcos Marx
01/18/2022, 1:21 AM
Sure in the future this can be possible Lihan, could you create a Github issue requesting this feature>
l
Lihan
01/18/2022, 1:23 AM
Sure
Lihan
01/18/2022, 1:24 AM
Also, just a question. Does Airbyte chunk the size of each batch ETL from Postgres? Since the data is very big, we have 500MB of data each day.
u
[DEPRECATED] Marcos Marx
01/18/2022, 1:25 AM
Yes, the batch size currently is 1000 records. You can edit the connector code to increase this value