Tolu Aina

Results 304 comments of Tolu Aina

can you provide an example of what you'd like to do, please?

How about moving this to Redis? I'd prefer to pollute the database as little as possible. I think I had a POC branch to move this to Redis

I think this was reported in #352 and fixed in this commit `3fe7ffeb` Can you please try the main branch and confirm if this resolved the issue?

- I think the declaration might be incorrect. - [Here](https://github.com/toluaina/pgsync/blob/main/examples/book/schema.json#L10-L35) is an example: - Try this in your schema.json ``` "setting": { "analysis" : { "analyzer" : { "my_analyzer" :...

This was discussed as a feature requirement in s different thread. At the moment I'm afraid not. This would require features such as [FDW](https://www.postgresql.org/docs/current/postgres-fdw.html) to perform queries across databases.

- First, do you mean running bootstrap, and then pgsync will restart the indexing from the beginning? - So the way this works was actually deliberate. - bootstrap was intended...

Sorry, I'm late to respond to this. Custom primary keys are not supported. However, pgsync already handles composite primary keys so you don't have to do this. The `_id` is...

One thing to mention, the state file is very important This is checkpoint file starts with a ._ are you by any chance deleting this file/is this checkpoint path always...

I get what you mean. That could get complicated in generalised cases though. e.g if the parent had multiple children then you need to specify in index to concat.

- I think its desirable to have a primary id field in the view. - I could not figure out an elegant way to handle views without a primary. -...