Maxime Réty

Results 18 comments of Maxime Réty

Thanks @jorgemanrubia for your kind words 🙇 @rafaelfranca Let me know if you need anything else from me for this PR to be merged and backported to `7-1-stable` 🙏

@rafaelfranca I've rebased and squashed the 2 commits (which I forgot to do initially).

@jorgemanrubia Too bad I did not manage to have this merged in Rails 7.1.3, I think I'll have to be little more patient 😉 Do you know if I can...

Thanks @eileencodes, here is the backport PR to 7-1-stable: https://github.com/rails/rails/pull/51061.

Side note: If you need a workaround, until the fix for this issue lands on your Rails version, you can force `ActiveRecord::Encryption` to use your configurations right after you defined...

# Benchmark ## Scenario The benchmark iterates over a table having 30M records, in batches of 10k records. The table has an auto-incrementing index starting from 1 and 65 columns...

>Implementor of use_ranges here. I originally considered selecting only the last record, but the win was already so large, that I didn't bothered to make the code more complicated. But...

@fatkodima I'd be grateful for your feedback on this PR again, now that the tests on the queries have been updated. Let me know if you think anything should be...