Add the ability when enabling attachments on feature classes, I have the option to store just a link to files in the attachments table. I would much rather store Photos, Documents, and other files related to a feature in a place on a shared drive so anyone and any application can easily get to them without ArcGIS. I don't want to store blobs for photos and documents in our database. Storing blobs in SDE means any other application we write that needs to see those attachments will have to tack on some ArcObjects code to pull out the file.
This would be similar to the difference between managed and unmanaged raster catalogs.
When enabling attachments on a feature class, give the option to store the attachments outside of the geodatabase on a seperate file server. Instead of storing the attachment as a BLOB in the related database table, your related table would contain a path to a file server where your attachment is stored.
Agree. Would be great if I could point it to an S3 bucket for attachments. A popular feature service with attachment s enabled can really eat up your service credits with storage costs.
Attachments are not part of feature storage. For any service published after July 2, 2014 attachments are charged as file storage which runs 1.2 credits per 1 GB/month.
https://www.esri.com/software/arcgis/arcgisonline/credits
Thanks for the clarity.
I know this is old and marked as "reviewed", but this is still 100% necessary. It's not just an issue with credits/file storage. Storing data as BLOBs can really increase database size and takes a massive performance hit as storage skyrockets. Not to mention working with BLOB formats is just terrible. Being able to reference attached files in their natural file formats and providing a file path to their location in a file server would be 100 times better than the current BLOB storage method.
How do you do that. I've tried it and can't find that option. I'm working with an enterprise geodatabase. Really need help cause I tried to add more data and it says that I have no more space.
Can anyone help? Would greatly appreciate it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.