Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re^2: Efficient regex search on array table

by Polyglot (Hermit)
on Dec 19, 2022 at 01:26 UTC ( #11148966=note: print w/replies, xml ) Need Help??


in reply to Re: Efficient regex search on array table
in thread Efficient regex search on array table

Most people would agree with you. There are several reasons I do not prefer this route:
  1. I will be using, or attempting to use, the full potential of a Perl regex for the query, and converting this to an SQL query would be quite complicated, perhaps impossible (at least for me).
  2. Because users will be allowed to enter their own regex for the query, not running their regex on the SQL database gives me a Taint-like layer of protection, as there is zero chance of database manipulation, and nothing will be done/executed on the server with the query output.
  3. I trust Perl over MySQL/MariaDB to securely, reliably, and efficiently meet my needs.

Blessings,

~Polyglot~

  • Comment on Re^2: Efficient regex search on array table

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11148966]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this? | Other CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (2)
As of 2023-06-08 23:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    How often do you go to conferences?






    Results (35 votes). Check out past polls.

    Notices?