Select to view content in your preferred language

ArcSDE Data Usage Statistics

405
1
05-10-2013 06:50 AM
ChrisCarpenter
New Contributor
Does anyone know if there is a way to summarize usage statistics for ArcSDE? For example one of my databases has 31 Feature Datasets and 306 Feature Classes. I would like to know throughout the year the percentage of growth in this database, what types of features account for growth (point,polygon,line) , most frequently used features based on access, most frequently used features based on unique users, etc.. and a likewise summary for the Feature Datasets. This would help me to report on activity and start targeting which layers are most important and need more frequent updates etc...
Thanks for any thoughts,
Chris
0 Kudos
1 Reply
VinceAngelo
Esri Esteemed Contributor
In order to summarize that information you'd first need to collect it.

While row count statistics are easy to collect, row access is not -- You'd probably
need to turn on auditing in your database to capture every query.  ArcSDE itself
doesn't know about feature datasets, so you'd probably want to use a Python
app to run the inventory and and another to mine the audit logs.

And if your data is in map services (especially cached map services), you'd need to
enable verbose logging to mine that as well.

- V
0 Kudos