There is a tool for creating aggregation layers in enterprise geodatabases called
Make Aggregation Query Layer (Data Management).
Could that functionality be expanded to file and mobile geodatabases too? Since both file geodatabases and mobile geodatabases support GROUP BY, JOIN, etc. See SQL for reporting and analysis on file geodatabases.
The obvious challenge is the fact that query layers are only supported for enterprise geodatabases, not file and mobile geodatabases:
And I’m aware that equivalent functionality can be achieved by writing SQL in database views in file and mobile geodatabases. However, writing full-blown SQL SELECT queries in database views has limitations:
And using geoprocessing tools that output static copies of data is not desired in many cases. Dynamic queries are preferred and often necessary.
As @TanuHoque mentions in the article: Make Aggregation Query Layer - a new geoprocessing tool to compute and view dynamic summary statisti..., aggregation layers are quite useful. It would be great if we could use them for FGDBs and MGDBs too.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.