• R
    Add `add_binds` to bulk binds processing for performance · 2b35775f
    Ryuta Kamizono 提交于
    Before with `prepared_statements: true`:
    
    ```
    Warming up --------------------------------------
          where with ids     9.000  i/100ms
    Calculating -------------------------------------
          where with ids     91.992  (± 7.6%) i/s -    459.000  in   5.020817s
    ```
    
    Now with `prepared_statements: true`:
    
    ```
    Warming up --------------------------------------
          where with ids    10.000  i/100ms
    Calculating -------------------------------------
          where with ids     99.393  (± 8.0%) i/s -    500.000  in   5.069280s
    ```
    2b35775f
composite.rb 693 字节