Skip to content
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

Feature writer optimizations #1436

Merged
merged 4 commits into from
Feb 12, 2025
Merged

Feature writer optimizations #1436

merged 4 commits into from
Feb 12, 2025

Conversation

roegi
Copy link
Contributor

@roegi roegi commented Jan 24, 2025

  • Enhance write_features() interface to improve performance by unwrapping function calls
  • Improve CopySpace step performance by using inputType = 'Features' for the write_features() call
  • Improve ImportFilesToSpace step performance by using inputType = 'Features' for the write_features() call
  • Improve transport.import_from_s3_trigger_for_non_empty_layer() function performance by using proper input types for the write_features() call

@roegi roegi requested review from mchrza and qGYdXbY2 January 24, 2025 15:22
@roegi roegi requested a review from a team as a code owner January 24, 2025 15:22
…ng function calls

Signed-off-by: Benjamin Rögner <benjamin.roegner@here.com>
…or the write_features() call

- Improve ImportFilesToSpace step performance by using inputType = 'Features' for the write_features() call
- Improve transport.import_from_s3_trigger_for_non_empty_layer() function performance by using proper input types for the write_features() call

Signed-off-by: Benjamin Rögner <benjamin.roegner@here.com>
- Fix CopySpace#buildCopySpaceQuery(); Add missing jsonb_agg() and use the correct input type

Signed-off-by: Benjamin Rögner <benjamin.roegner@here.com>
…_layer()

Signed-off-by: Benjamin Rögner <benjamin.roegner@here.com>
@roegi roegi force-pushed the featureWriterOptimizations branch from 4ec1b5b to c062de9 Compare February 12, 2025 12:07
@roegi roegi merged commit da72401 into master Feb 12, 2025
3 checks passed
@roegi roegi deleted the featureWriterOptimizations branch February 12, 2025 15:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants