-
-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve WFS-T interface to support mass insert or updates to split into chunks #743
Labels
contributions welcome
asking for contribution (time and money sponsor)
feature
feature
funding welcome
financial sponsoring wanted (money)
hard
WFS
deegree Web Feature Service
Milestone
Comments
tfr42
added
enhancement
enhancement or improvement
contributions welcome
asking for contribution (time and money sponsor)
hard
funding welcome
financial sponsoring wanted (money)
labels
Aug 23, 2016
Workarounds and known limits for import of big GML files:
|
Instead of enhancing the WFS-T interface we now favour to extend the deegree-cli-utility with improved capabilities of the FeatureStore Loader. |
Current findings and recommendations when importing large GML files (>500 MB):
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
contributions welcome
asking for contribution (time and money sponsor)
feature
feature
funding welcome
financial sponsoring wanted (money)
hard
WFS
deegree Web Feature Service
Currently a WFS-T Insert operation requires that a
<FeatureCollection/>
is self contained and all inner references between features are resolvable.In case of processing big (> 1GB) WFS-T Insert requests the JVM may run into OoM error (depending on the max heap size settings of the JVM).
Support for mass data inserts is required.
The text was updated successfully, but these errors were encountered: