Closed vataops closed 4 months ago
Yes, currently all inserts have "ON CONFLICT" clause and it should work. However, you might face Postgres errors related to deadlocks since multiple clients insert the same data into it.
@dungeon-master-666 thank u!
Is it okay for multiple index-workers to connect to a single PostgreSQL database? For example, I want to know if workers have a feature like Upsert