MMJ
MMJ

Reputation: 41

How to set up a priority for a query in MemSql

Is there a way to set priorities for queries in Memsql? I know that for MySql there are High/ Low priority Options . Are they applicable for MemSql too?

Upvotes: 0

Views: 106

Answers (1)

Jack Chen
Jack Chen

Reputation: 1214

There is no query priority setting in MemSQL currently. If you need to prioritize queries, you will have to do it client-side.

Upvotes: 1

Related Questions