Dmitry Yemanov
Dmitry Yemanov
Even without query execution, AST may call `LCK_release/LCK_convert` that also checks out from the engine and thus may potentially cause races. We simply cannot guarantee that AST cannot interfere with...
Seems you're right, I was more pessimistic about the LM calls than necessary ;-) > And I still sure that AST routine should avoid calling expensive routines, such as query...
Solved on our side, sorry for bothering.
I somewhat agree, but I know fb_ping() is also used to monitor response time from the server and checking the events port could slow it down a bit.
@AlexPeshkoff do you have any objections to this change?
> I think it should be ported to FB3/4/5. Any objections? I don't mind.
Could you please answer whether any of the replicated tables contain multiple blob fields? And if so, is it possible that those multiple blob columns may share the same blob...
It was already discussed among developers (I failed to find the URL immediately, will search better a bit later) and I had a draft implementation done for some customer. So...
Better optimize the MON$ blob storage to make it a non-issue from the performance/overhead POV.
List of identifiers sounds OK at the first glance, but its limitation is that it must be defined statically, i.e. the search path cannot be passed as a parameter to...