Hi,
Does anyone has the same memory management problem as me?
When I inserted many records like: Insert into tbl1 (id,dt) values(1,blob
);
Memory is used up to 1G.
That's OK. But when I delete the whole table like: Delete from tbl1;
None memory is released, still 1G is used.
And when i insert again, memory used keeps increasing.
Is this a problem or is it the way MonetDB works?
Thx.
--
Best Regards,
Xiao Lei