in reply to Efficient regex search on array table
These matches look like they could be performed by a database select which could be much faster than pulling a bunch of stuff from a database to memory, then searching it.
Optimising for fewest key strokes only makes sense transmitting to Pluto or beyond
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Efficient regex search on array table
by Polyglot (Hermit) on Dec 19, 2022 at 01:26 UTC |
In Section
Seekers of Perl Wisdom