JaredTaylor74
Technical User
hey guys,
I have a database that keeps bloating over 500%, but not all the time. some days it stays the same size for 3 or 4 days then one day it jumps from 89M to 470M. since there is no accurate way to see the table space of tables or the amount of bytes they are using, I am looking to narrow the time of when this happens. I'd like to have a module that every half hr it goes out and records the file size and puts the date/time and size in a table. this can either be in the database itself or in a seperate one, doesn't matter.
problem is, I am a novice at building code from scratch. once it's there, i can fuddle my way through it.
anyway, if anyone can point me in the right direction, I would appreciate it. (this database is used 24/7)
Thanks for your help,
Jared
I have a database that keeps bloating over 500%, but not all the time. some days it stays the same size for 3 or 4 days then one day it jumps from 89M to 470M. since there is no accurate way to see the table space of tables or the amount of bytes they are using, I am looking to narrow the time of when this happens. I'd like to have a module that every half hr it goes out and records the file size and puts the date/time and size in a table. this can either be in the database itself or in a seperate one, doesn't matter.
problem is, I am a novice at building code from scratch. once it's there, i can fuddle my way through it.
anyway, if anyone can point me in the right direction, I would appreciate it. (this database is used 24/7)
Thanks for your help,
Jared