Andreas Dirnberger
Andreas Dirnberger
What a dedicated pub-sub call would enable is to use the FileStorage backend. LN could use the FileStorage backend and to drop the snapshots without any changes to the current...
I fixed now the issue, Imagify makes a query for image count and list that will execute as an full table scan. I fixed it by inserting two new indecies:...
@saranshj4 I already made a workaround by adding new indexed to the wp table as mention above. My report shows the root case the 2x "full-table-scan"
The single column approach per value does not work in practice. It is even true for ms-excel. Most of bigger table require some multi value column. My current approach is...
The issue is still in 7.12.4 The fix did not work for me. I just diabled the `if (in_array($row['file_ext'], $sugar_config['allowed_preview'], true))` check
because the hash itself is shorten to one byte and not used for security, it relay does not matter much the probability if i am not mistaken 1 in 128...
I am running evenstore for several years now and re-generated full projections several times. At the end the server-side consumer does not matter for the projection, It is important to...
@tpihl Sry for my late reply, to hold the last-seq-nr from a projection also in nats is will not work properly in some failure situations. The acid db guaranties that...
@tpihl If double processing/delivery of an aggregate value is not important for the business domain, your approach will is working fine. But if you need an exact aggregate value like...
@tpihl what you are proposing is can be resolved with a `Distributed transactions` and this would be not a good idea in the first place. Beside that nats does not...