Reputation: 41
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
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