Hi, does Airbyte support multiple cursor fields fo...
# ask-community-for-troubleshooting
l
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
No, Airbyte only support one cursor field at time.
l
Will you consider supporting above case? UUID as primary key and multple timestamps
u
Sure in the future this can be possible Lihan, could you create a Github issue requesting this feature>
l
Sure
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
Yes, the batch size currently is 1000 records. You can edit the connector code to increase this value
l
👍