[MCOL-797] Need to clear some doubts Created: 2017-07-03 Updated: 2020-11-09 Resolved: 2020-11-09 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | N/A |
| Affects Version/s: | None |
| Fix Version/s: | N/A |
| Type: | Task | Priority: | Major |
| Reporter: | Developer | Assignee: | Unassigned |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Description |
|
I need to clear few concepts and doubts as below. Thank You. |
| Comments |
| Comment by Andrew Hutchings (Inactive) [ 2017-07-03 ] |
|
1. If they are SELECT queries then it will behave fine. Writes are locking so multiple write queries at the same time on the same table will wait until another one has completed. |
| Comment by Developer [ 2017-07-04 ] |
|
Thank You Andrew. Can you suggest what should be best hardware configuration to accelerate my query performance? FYI, We have upgraded system to 1 UM and 3 PM having each PM 8 cores and UM 8 cores and all has 32 GB RAM. For storage we have external HD as AWS EFS system. All our UM and PM are AWS instances. Also suggest me some key variables on mariadb which we can change to improve query performance. Variables LIKE sort_buffer_size Thank You. |