18 Jan
2013
18 Jan
'13
4:19 p.m.
I am experimenting with using MonetDB for a project where the most natural implementation would involve ~100K tables (with the huge majority being near empty, a few incredibly massive) with approx. 10 columns each. MonetDB choked on this, with the following error:
!FATAL: BBPextend: trying to extend BAT pool beyond the limit (16384000)
I am assuming that I hit this limit because of the extreme amount of tables. I am wondering if there are any other hard limits to be aware of in MonetDB that you could hit before hitting system limits.