0

I use MonetDB in my .net project via odbc driver.

Does monetDB support multi thread insert, update, delete via odbc? When I tried to test it I have got ODBCException: general exception.

How does MonetDB handles concurrent requests?

Thanks!

1 Answers1

1

See for information about concurrency control. Especially the second section. https://www.monetdb.org/blog/monetdb-sql-transaction-management-scheme

anton
  • 148
  • 2
  • 10