ROW() OVER() slow query

You are viewing an old version of this question. View the current version here.

I have a query which in MySql only takes 1 second and in MariaDB (10.6) about 22 seconds. Is there any special setup that I have to take into account to get the same results in MariaDB?

Regards.

Answer Answered by Ian Gilfillan in this comment.

You need to provide much more information for anyone to be able to help, such as the versions, query, table structure, and the EXPLAIN output.

Comments

Comments loading...
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.