Mathieu Decaffmeyer
Mathieu Decaffmeyer
@nallwhy it does not seem it will be solved any time soon except if someone that needs this comes up with a solution. The ex_machina library needs to call our...
Quite some work had to be done before I could look into this PR. I think we're definitely interested into adding this PR in the codebase. That's some quality work....
Note that limit/offset have been added: https://github.com/mathieuprog/query_builder/issues/7 The problem with supporting an existing query like above, is that there might be joins/bindings that QueryBuilder then won't be able to use....
Do you have any plans on working on this?
@OldhamMade ty for reporting this issue and for sharing your experiments. How much memory usage does Benchee report for you for the original compiler?
I don't think the total memory usage will be any different if we change the compilation strategy, because in the end all the data must be stored in memory in...
Also how would you explain that the library can initially compile the data without errors, but once your app is running and Tz gets updated and recompiled, it fails?
`fullsweep_after` option to 0 might also be interesting to test in `Tz.UpdatePeriodically`: https://www.coletiv.com/blog/elixir-genserver-memory-issues/
Could you also confirm that Tzdata updates successfully to 2021c (from 2020e I think) in fly.io?
> Could you also confirm that Tzdata updates successfully to 2021c (from 2020e I think) in fly.io? > > I think you ship with 2020a, and I see this during...