|
IDEA
|
It sounds like item metadata (FC geoprocessing history) can significantly slow down geoprocessing and other operations in ArcGIS Pro. @NathanShaub in Geoprocessing History in Metadata We have several Python scripts that perform daily geoprocessing tasks. Since geoprocessing history is automatically logged, the GDB_ITEMS table in our geodatabases bloats considerably and affects performance significantly. I discovered the effect on performance by first taking the workaround code suggested by ESRI and modifying it so that I could run it at the geodatabase level to affect all objects in the geodatabase (the original workaround would take a VERY long time to actually perform if I had to go to each feature class individually). Once I had cleaned up over two years of geoprocessing history from the GDB_ITEMS table of all of my geodatabases, I found that: 1) The reserved disk space for all of the SDE databases on my SQL Server dropped by nearly 11 Gb. 2) My automation scripts run MUCH faster. For instance, one job that performs a DB compression and updates statistics went from taking 4 hours and 13 minutes to taking 8 minutes! Another script that deletes several point feature classes and recreates them using X/Y coordinates downloaded from a business database went from taking 2 hours and 25 minutes to taking 15 minutes. There are also security concerns with sharing metadata with file paths externally. In Pro 3.3.0, we can disable item metadata tracking going forward and also delete metadata using the UI, one item at a time, or with custom Python code. This idea is to have an OOTB GP tool that will delete the item metadata from all items in a geodatabase. Or a list of checkboxes for each item; unselect the items where we want to keep the metadata.
... View more
05-13-2024
12:09 AM
|
5
|
0
|
842
|
|
IDEA
|
ArcGIS Pro 3.3.0; File Geodatabase The Reorder Layers functionality in the Catalog context menu only seems to work for spatial layers, not for standalone tables. Bud_0-1715578750937.png Clicking Standalone Tables > Reorder Layers > By Name has no effect. Sort items in Contents Pane Python - Alphabetically sorting Tables in the Contents Pane Could standalone table sorting functionality be added? Side note: Could the options in that context menu be pared down to only show functionality that pertains to standalone tables? It seems like there's some stuff in there that's for spatial layers only.
... View more
05-12-2024
10:42 PM
|
3
|
2
|
751
|
|
POST
|
I don't have experience with this, but in case you haven't seen it, there is an ArcGIS for Power BI community: https://community.esri.com/t5/arcgis-for-power-bi/ct-p/arcgis-for-power-bi
... View more
05-12-2024
10:14 PM
|
1
|
0
|
4636
|
|
POST
|
@RPGIS When you say "registered with the database", do you mean "registered with the geodatabase"?
... View more
05-12-2024
09:54 PM
|
0
|
1
|
2515
|
|
POST
|
Iin order for attribute rules to identify any view the view needs to be registered with the database. Use unregistered database views in attribute rules
... View more
05-12-2024
09:51 PM
|
0
|
0
|
539
|
|
IDEA
|
It is my limited understanding that attribute rules can only use data from related database views if the view is registered with the geodatabase. @RPGIS in https://community.esri.com/t5/developers-questions/potential-bug-regarding-views-created-in-an-sde/m-p/1422294/highlight/true#M7033 It turns out that in order for attribute rules to identify any view(s) the view(s) need to be registered with the [geo]database. I have many database views that I want to keep as unregistered for ease of updating the SQL. Otherwise, every time I want to make a small change to the SQL, the view would need to be deleted, recreated, re-registered, and privileges redefined. That is an inefficient process and is error-prone. It would be a shame to move away from unregistered views, which are easy to manage, just to use them in attribute rules occasionally. Could attribute rules be enhanced so that they can use unregistered views? Especially for non-spatial database views, which are simpler than spatial views. Related idea: Unregister with Geodatabase GP Tool
... View more
05-12-2024
09:48 PM
|
4
|
2
|
1348
|
|
IDEA
|
It has been 4,843 days since this idea was submitted. With lots of upvotes. Can Esri comment?
... View more
05-12-2024
09:29 PM
|
0
|
0
|
3149
|
|
IDEA
|
@RichardEmerson I'm as critical of Pro as the next person. Would it be worth it for you to get a really fast & expensive computer? I dont have that option in my organization. But I wonder if that's a benefit of having your own business. You have contol over things like that.
... View more
05-12-2024
05:28 PM
|
0
|
0
|
3203
|
|
BLOG
|
@MErikReedAugusta It could be worse. I was at 2.6.8 until recently. Now at 2.9.5. 3.x coming in a year. Some parts of the provincial government don't have Pro at all. Still on ArcMap.
... View more
05-12-2024
05:04 PM
|
1
|
0
|
7829
|
|
IDEA
|
@chnniten It's in it's own section. But I'm new to metadata. Bud_0-1715551182001.png Bud_1-1715551209697.png
... View more
05-12-2024
03:00 PM
|
0
|
0
|
2087
|
|
IDEA
|
@chnniten It's in it's own section. But I'm new to metadata. Bud_1-1715551045085.png Bud_0-1715550902318.png
... View more
05-12-2024
02:58 PM
|
0
|
0
|
2087
|
|
IDEA
|
It is my limited understanding that it's not possible to relate from a FC to a database view in a web map. Reason: relates can only be done via relationship classes, and a relationship class can't point to a database view. Could that functionality be added? This isn't my area of expertise.
... View more
05-12-2024
03:17 AM
|
1
|
0
|
408
|
|
IDEA
|
ArcGIS Pro 3.3.0 As far as I can tell, the Item Description metadata style is the default style in ArcGIS Pro. That style doesn't show the item metadata (FC geoprocessing history), so many users are unaware that information exists in the metadata. I am wondering if a different style that shows the item metadata (FC geoprocessing history) would be better as the default. I don't know much about metadata, so I don't know what other style would be best for the widest audience. Maybe an ISO style. Bud_0-1715507357195.png There is a warning at the bottom of the Item Description style. But it's easy to overlook. Bud_0-1715507548118.png
... View more
05-12-2024
02:50 AM
|
1
|
5
|
2182
|
|
IDEA
|
@DrewFlater I wonder if it would be more accurate to say this idea was Implemented in 3.3, rather than Already Offered. What's new in ArcGIS Pro 3.3 - Metadata You can delete geoprocessing history items when you edit an item's metadata.
... View more
05-12-2024
02:39 AM
|
0
|
0
|
3425
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 03-20-2026 02:12 PM | |
| 1 | 03-19-2026 11:42 AM | |
| 1 | 06-03-2026 04:02 AM | |
| 1 | 03-18-2026 07:08 PM | |
| 2 | 07-08-2026 01:29 PM |