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?
Welcome to the nuBuilder Forums!
Register and log in to access exclusive forums and content available only to registered users.
Register and log in to access exclusive forums and content available only to registered users.
Why is the zzzzsys_debug table so huge in size?
-
- Posts: 25
- Joined: Sat Apr 03, 2021 3:50 pm
-
- nuBuilder Team
- Posts: 4304
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 71 times
- Been thanked: 445 times
- Contact:
Re: Why is the zzzzsys_debug table so huge in size?
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.
It's safe to truncate the table.