Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
64 views

Optimizing MySQL LIKE Query with Pattern Matching for Large Dataset (20M+ records) I'm struggling with performance issues in MySQL while searching through a large table containing over 20 million ...
0 votes
0 answers
438 views

I have the following SQL script to use for our Microsoft Dynamics NAV Database (MS SQL Server). It looks for missing indexes in the database. We have the problem that the script also finds some tables ...
0 votes
0 answers
346 views

I have close to 200M records in my tables. My migration script runs very slowly (for hours). ---My OLD Tables--- orders_old table 30M row count id createdDate status price 1000376453 2021-10-14 ...
0 votes
0 answers
347 views

maybe someone here can help me - I'm pretty stuck: Today I started building a SSIS package, which should take over the task of evaluating the statistics of numerous tables and perform an update on ...
0 votes
0 answers
346 views

I'm trying to optimize a huge MySQL database, while doing that I'm looking into adding indexes to the table columns. Here I am noticing a strange behavior, when I add the index to the particular ...
1 vote
0 answers
15 views

I have a stored proc which queries this one table (have clustered index on it) several times to get the count and sum of various fields in that table. I am thinking of ways to optimize this stored ...
1 vote
0 answers
55 views

As part of optimization, I'm trying to determine how much time is spent during waiting for query cache step. Is it possible to get such an aggregated value?