Results 20 comments of Oleksii Vlasenko

> Hey @imwexpex, > > > In some cases, it's needed. > > Would you mind clarifying what is your specific use case? > > Thank you all for chiming...

> @imwexpex Could you also build the [PR branch](https://github.com/kysely-org/kysely/pull/1080) and test if it fixes the peformance issues you're having? > > 1. pull the branch > 2. npm install >...

> > Unfortunately, the fix did not have a big impact on my project > > 1.86 seconds is not a long time. Looking at the numbers, you don't actually...

> Also, if the issue was in intellisense and not in the build, why did you send the build benchmark? Did you actually check the intellisense performance with the new...

Query example, to be clear: ``` db .selectFrom((eb) => eb .selectFrom('my_table') .where('my_table.id', 'in', [1, 2, 3]) .where('my_table.col_164b7896ec8e770207febe0812c5f052', 'is', 12) .select((eb) => [ jsonObjectFrom( eb .selectFrom('table_1474a7e0348b1ca363ee4a2a5dc4a1ec') .selectAll('table_1474a7e0348b1ca363ee4a2a5dc4a1ec') .whereRef( 'my_table.id', '=', 'table_1474a7e0348b1ca363ee4a2a5dc4a1ec.id',...

> We'll be uploading them along with the next release we do. Thank you for the PR, I'll take a look at it! Hi, @milindl ! When is the next...

Good day, @manast! We’ve been encountering a similar issue for about a week. The worker has stopped consuming jobs, and we don't see any `BZPOPMIN` commands in the logs after...

@manast `@imwexpex when this happens, do you have any active jobs at all?`, Yes, I have active jobs in other queues, and a lot of delayed jobs in queue that...

And when the worker bugs - we see decreased numbers of Blocked clients, which again shows issue with connection