Adrian Moennich a5595615a4 LiveSync: Use efficient queries in queue runs
While simplify is still very spammy in case of large queues, at least
the actual data dumping for the export itself no longer spams queries.
This is especially crucial in the Citadel plugin where we have massive
parallelism which can easily exhaust the DB connection pool if we get
queries there.

For the same reason, the citadel ID mapping is now queried eagerly
so we don't need to try creating and then delete+update if we realize
there's already an existing citadel mapping, as we can simply check
before even sending something and then convert the creation to an
update.
2021-05-28 11:28:54 +02:00
..
2021-05-26 18:07:38 +02:00
2021-01-05 14:31:54 +01:00
2021-01-05 14:31:54 +01:00
2021-05-07 14:47:59 +00:00
2021-05-07 14:47:59 +00:00
2021-05-07 14:47:59 +00:00