Dmitry Yemanov

Results 190 comments of Dmitry Yemanov

What performance would be (in both FB versions) if the query is rewritten as: ```sql select T.NAZWA from TECHNOLOGIA T join OPERACJATECH OT on (T.ID_TECHNOLOGIA = OT.ID_TECHNOLOGIA) join OPERACJATECHBOM OB...

And the performance numbers (execution time, number of fetches) were... ?

IIRC, this is already fixed in #8564 (according to the description).

Column NOTA_FISCAL is missing in the table structure. And I failed to reproduce the issue with the steps provided, so a complete test case would be appreciated.

I was able to reproduce the issue, it's being investigated.

In the initial implementation (RDB v2.6 / v3.0) blob was replicated always if `master_priority` setting was enabled, otherwise only if blob was changed. This setting was not migrated to FB...

At least one of the reported issues is really a bug. I will look at others after resolving the first one.

23.05.2023 13:40, Adriano dos Santos Fernandes wrote: >> I already received the same question by people, "why this works"? So, >> people write it. But the question itself means they...