The MonetDB team at MonetDB Solutions BV is pleased to announce the
Jun2023-SP1 bugfix release of the MonetDB suite of programs.
More information about MonetDB can be found on our website at
<https://www.monetdb.org/>.
For details on this release, please see the release notes at
<https://www.monetdb.org/release-notes/jun2023/>.
As usual, the download location is <https://www.monetdb.org/downloads/>.
### MonetDB5 Server
- There is now a new option --set tablet_threads=N to limit the number
of threads used for a COPY INTO from CSV file query. This option can
also be set for a specific database using the monetdb command using
the ncopyintothreads property.
### SQL Frontend
- An upgrade that both creates a new .snapshot user and extends the
sys.db_user_info table with (among others) a password column did
these in such a way that the passord value for the new user was NULL.
This is fixed by updating the password.
### Bug Fixes
- [7388](https://github.com/MonetDB/MonetDB/issues/7388): Query results in large cross product
- [7394](https://github.com/MonetDB/MonetDB/issues/7394): BBPextend: ERROR: trying to extend BAT pool beyond the limit (163840000)