Joeri van Ruth

Results 14 comments of Joeri van Ruth

Link to the StackOverflow discussion: https://stackoverflow.com/questions/70352149/failed-to-extend-the-bat-error-in-monetdb-11-41-5

I quickly tried this with a two line, three column data set and it appears that FWF does not work correctly in combination with ON CLIENT. It did work when...

Great. I'll leave this issue open as a reminder that the bad FWF ON CLIENT interaction needs to be fixed.

Hi Muhmud, if you're using zfs-style snapshots and the `bat` directory and the `sql_log` directory are on the same filesystem, you need not bother quiescing the system. If a transaction...

Interesting question about the block size, I'll ask around.

I asked my colleague, he says that by default, MonetDB uses 64k pages. This can be configured by starting mserver5 with the flag `--set gdk_mmap_pagesize=X` with X between 4k and...

> See [documentation/user-guide/sql-manual/data-definition/privileges/)](https://www.monetdb.org/documentation/user-guide/sql-manual/data-definition/privileges/) When the ENCRYPTED clause is given for PASSWORD, a hashed form of the password has to be supplied. The type of this hash depends on how the...

No, it's an internal variable that should get set automatically when appropriate but apparently there is a bug in pymonetdb. I will look into this today and will release an...

**Sherlock Holmes and the case of the mysterious missing comma** If you look closely at your example script, near line 23 you will see ``` "INSERT INTO temp SELECT *...

This is not a bug in monetdb-java but in MonetDB itself. The error message is generated in tools/merovingian/daemon/multiplex-funnel.c line 656 in the default case of a switch statement which handles...