Tolu Aina

Results 304 comments of Tolu Aina

I have added support for this in the master branch. Please give it a try. [Here](https://github.com/toluaina/pgsync/blob/main/examples/book/schema.json#L5) is a schema example

Hi, I suspect the underlying queries are taking longer due to the missing indices. Can you try creating these indices as suggested and see if it makes any difference

This should be addressed in the latest release. Can you please try 2.5.0 or off the main branch please?

This had been resolved in main

Thanks for the very detailed analysis. This gives me enough to understand what is going on. I will take a look at this right away

This was fixed in a later version. I would advice updgrading to the latest stable.

My guess is this has to do with AWS Aurora. PGSync has customs modifications for AWS RDS. can you please run this query on your db `SELECT name FROM pg_settings...

sorry about the delay. Just in case this hasn't been resolved. Can you use the opensearch[ docker file](https://github.com/toluaina/pgsync/blob/main/docker-compose-opensearch.yml) as a starting point? It seems to me your setup is not...

Hi and sorry about the delay on this. Have you tried reducing `LOGICAL_SLOT_CHUNK_SIZE`. This is the parameter you want. The default is 5000. Unfortunately, this was not documented. But you...

The idea was to filter on txmin and txmax and then paginate the resultset with limit/offset. In your case, it seems most of the rows might have the same value...