Dear Cloudstack developers,
I am wondering what would be the impact on CloudStack if I run the following
SQL statement on the usage database:
#delete from cloud_usage where start_date like "2012-%" AND end_date like
"2012-%";
I am planning to remove lots of records that are no longer needed. J
ecords
no impact, I think.
and usage_network table as well.
2014/1/2 Tamas Monos
> Dear Cloudstack developers,
>
> I am wondering what would be the impact on CloudStack if I run the
> following SQL statement on the usage database:
>
> #delete from cloud_usage where start_dat