I can use mminfo too, but I end up with 100+ mminfo queries plus I have to do mumbo jumbo if I want to check values for any time period in the past. This is why I wish to convert that into DB format which gives me nice plate for any kind of query.
Well, i just generate 1 monthly mminfo report and use that report as input for my PowerShell statistics. This is much faster and does only have a one time load on the media database.
However, i have to admit that i just have about 150k save sets/month.
bingo.1
2.4K Posts
0
January 23rd, 2014 07:00
Hi Hrvoje,
as we run the production NW server on windows i use mminfo to create a monthly backup report in the first step.
Then i prefer PowerShell do all other steps like overall and client statistics.
ble1
4 Operator
•
14.4K Posts
0
January 23rd, 2014 08:00
Thanks, will look into that.
ble1
4 Operator
•
14.4K Posts
0
January 23rd, 2014 08:00
I can use mminfo too, but I end up with 100+ mminfo queries plus I have to do mumbo jumbo if I want to check values for any time period in the past. This is why I wish to convert that into DB format which gives me nice plate for any kind of query.
crazyrov
4 Operator
•
1.3K Posts
2
January 23rd, 2014 08:00
H,
If you are looking out for a backend DB then SQLITE should server you the purpose. Best when used on Linux - Ubuntu.
bingo.1
2.4K Posts
0
January 23rd, 2014 09:00
Well, i just generate 1 monthly mminfo report and use that report as input for my PowerShell statistics. This is much faster and does only have a one time load on the media database.
However, i have to admit that i just have about 150k save sets/month.