MariaDB Inner join is slow
2
votes
1
answer
1861
views
Here is my SQL (with explain):
EXPLAIN
SELECT * FROM
GBI gbi
INNER JOIN VF_KRED kred ON
gbi.vendor = kred.vendor;
Giving below the outcome:
Now, the
- GBI table:
Any clues?

select
SQL takes ~10 seconds to produce the outcome.
Below are the indexes on tables:
- VF_KRED table:


Asked by Akshay Lokur
(121 rep)
Jun 25, 2019, 04:06 PM
Last activity: Aug 5, 2025, 04:05 PM
Last activity: Aug 5, 2025, 04:05 PM