Search Results

0
votes

MySQL, MSSql, Oracle: When to use which?

Perhaps one variable which people overlook in these cases is the availability of expert support. Okay, so currently there's an oversupply of people who can help you with db issues, efficiency issue …
-1
votes

How do I ask for help optimizing & fixing queries in MySQL?

Knowing which indexes you have on the tables concerned is vital, imo. You state you are using a substring of column_bar in the where clause - you may need to denormalize and store this substring in …