Subject | Re: [firebird-support] Help in optimizing big data query |
---|---|
Author | liviuslivius |
Post date | 2019-04-23T04:24:06Z |
Hi
As you can see, your query do not use any index for filter records. You got indexed reads only for order by. The obvius question is what about creating index on e.g KODE_MESIN.
Regards,
Karol Bieniaszewski