pgsync icon indicating copy to clipboard operation
pgsync copied to clipboard

How do I run the bootstrap and pgsync command line with multiple schema.json files?

Open tung-duy opened this issue 2 years ago • 1 comments

PGSync version: 2.5.0

Postgres version: 15.1

Elasticsearch version: 8.7.0

Redis version: 5.0.7

Python version: Python3: 3.8.10

Problem Description: I am using a multi-tenant database and need to synchronize data from multiple tables in Postgres to Elasticsearch. However, if I write all the content in the same file, it may exceed the file size limit. Therefore, I want to split it into many small files to avoid any issues. Please help me.

tung-duy avatar May 05 '23 02:05 tung-duy

Apologies for the delay. Can you share your schema either publicly or privately? The schema can be split based on database/index pair. How large are we talking about here?

toluaina avatar Jul 21 '23 21:07 toluaina