Comment on Tool for instantiating a C++ template at runtime?
solrize@lemmy.world 11 months ago
If the result sets are that large, you have enough time to generate a program and compile it, though as you say a more streamlined approach is to use a JIT library. Postgres uses LLVM for that, and depending on the workload, maybe you could even benefit from using a GPU. None of this is new.
foobaz@lemmy.world 11 months ago
Fascinating, thanks for pointing that out www.postgresql.org/docs/current/jit-reason.html