Is concurrent query execution supported in monetdb?
While testing simultaneous query execution I found that only one query is getting executed at one time. Rest of the queries are put of hold until the first one gets completed. The test database has about 13 million records, I was trying to run the same query from three clients connected to the same monetdb server.
Example of the query:
select field1,field2,count(*) from def.testdata group by field1,field2
I am missing something here. Is there a multi user mode setting?
I am running this on 2 CPU 16GB host