Page 1 of 1

Why is the zzzzsys_debug table so huge in size?

Posted: Sat Apr 17, 2021 2:05 pm
by absalom
After having installed nuBuilder and spent two weeks configuring the application? Without even having used it yet, I noticed that the size of the zzzzsys_debug table is now 5.3Go! Is that normal?
I am considering finally subscribing to an account for hosting my app, and this account will provide a small 200Mo SQL database. This should be enough for my needs, but I worry about this debug table. Can I prevent this table increasing in size?

Re: Why is the zzzzsys_debug table so huge in size?

Posted: Sat Apr 17, 2021 2:15 pm
by kev1n
Rows are only added to that table if errors occur. Normally it shouldn't get that big. Check to see what kind of errors occured and try eliminating them.
It's safe to truncate the table.