in reply to Re^2: Too Many IDs
in thread Too Many IDs
Yep.
I will traverse all the data
The data lives on another server
Pulling it all at once is just faster*
I acutlly have both selectall_hashref and selectall_arrayref($sql, {Slice => {}}) in my code, each where it is best (I believe)
* I should probably benchmark that
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: Too Many IDs
by Tanktalus (Canon) on Jan 09, 2020 at 20:42 UTC | |
by talexb (Chancellor) on Jan 10, 2020 at 18:51 UTC | |
by Anonymous Monk on Jan 13, 2020 at 01:34 UTC | |
by Tanktalus (Canon) on Jan 13, 2020 at 17:24 UTC | |
Re^4: Too Many IDs
by LanX (Saint) on Jan 09, 2020 at 16:25 UTC |