Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re^4: DBI placeholders and like statement

by jfroebe (Parson)
on Jun 19, 2013 at 17:48 UTC ( [id://1039813]=note: print w/replies, xml ) Need Help??


in reply to Re^3: DBI placeholders and like statement
in thread DBI placeholders and like statement

Depending on the DBMS, you could give it an index hint: from tableA (index ndx). You are correct though, most optimizers would simply give it a hard coded selectivity rating which almost always guarantees that an index won't be chosen for that particular column.

Jason L. Froebe

Blog, Tech Blog

  • Comment on Re^4: DBI placeholders and like statement

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (2)
As of 2024-04-20 05:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found