@BohuTANG: I'm doing something similar too. Jev is still too slow in this kind of scenario.

X AI KOLs Timeline Tools

Summary

A discussion about using Jev for query optimization, with one user sharing a 12% speed improvement in Postgres queries and another commenting on Jev's performance issues.

I'm doing something similar too. Jev is still too slow in this kind of scenario.
Original Article
View Cached Full Text

Cached at: 09/19/26, 11:01 AM

I’m doing something similar too. Jev is still too slow in this kind of scenario.

Michael Malis (@mmalisper): I used Jev to build a query planner! With some tuning, I sped up Postgres queries on the join order benchmark by 12%. Here’s what I did

Similar Articles

Jev vs. Kev: open-source Jev alternative tested side by side

Reddit r/LocalLLaMA

The article compares TypeSafe's Jev model with the open-source Kev alternative, testing their accuracy, token usage, and speed on a new dataset to avoid data leakage, finding similar performance but differences in implementation.

Journey in optimising Elixir application

Lobsters Hottest

A developer shares lessons learned while optimizing Elixir applications, particularly focusing on performance improvements to a Postgres connection pooler (Ultravisor). The article covers profiling techniques using flame graphs, call tracing, and tools like eFlambè and tprof.