MySQL Forums
Forum List  »  NDB clusters

Re: ndbcluster: select * from table is showing random rows
Posted by: Mikael Ronström
Date: July 27, 2016 04:18AM

It is normal behaviour if you perform writes concurrently
on the database. MySQL Cluster uses the READ COMMITTED mode,
so not REPEATABLE READ.

To display in ascending order you use ORDER BY ASC if I remember
correctly the SQL for it.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: ndbcluster: select * from table is showing random rows
616
July 27, 2016 04:18AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.