Greg Weber
Greg Weber
Our benchmarking shows simiple queries taking 40 ms! If the same program instead opens a new connection to the database (which should be slower) each query only takes 1.5 ms.
Neoq auto-migration is very convenient. However, that means it has elevated database permissions. In a deployment with higher security, neoq should not have permission to alter tables when working a...
What is an appropriate strategy for garbage collecting old jobs? [gue](https://github.com/vgarvardt/gue) deletes on completion and suggests inserting into a new table. Gue suggests doing this in a hook, but doesn't...
1) why is there a separate performSideEffects middleware? Why not just setTimeout the effects? 2) what is the purpose of the subscribe/notify functionality?
A conditional transform states a SQL condition used to decide whether or not to transform a row. In datanymizer a where clause is given as a string. This API seems...
### What problem does this PR solve? error_code.toml is not up to date ### What is changed and how it works? Fail the ci build if error_code.toml is not generated....
### What is changed and how it works? Fix broken builds when experimental build options are set Close #11773 What's Changed: ### Check List Tests - compile successfully Side effects...