zazuko / cube-creator

A tool to create RDF cubes from CSV files
GNU Affero General Public License v3.0
11 stars 2 forks source link

fix: slow queries on some environments #1524

Closed tpluscode closed 1 month ago

tpluscode commented 1 month ago

We may later understand why the repeated subqueries are so inefficient on TEST. For now, we can remove that problem by creating the computed values in memory

changeset-bot[bot] commented 1 month ago

⚠️ No Changeset found

Latest commit: 07e7149e5f9e48535f9445e45f31c6a47623a029

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 84.61538% with 2 lines in your changes missing coverage. Please review.

Project coverage is 73.51%. Comparing base (cfdb26d) to head (07e7149).

Files Patch % Lines
...hared-dimensions/lib/handlers/shared-dimensions.ts 0.00% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1524 +/- ## ========================================== + Coverage 73.50% 73.51% +0.01% ========================================== Files 219 219 Lines 14880 14889 +9 Branches 849 850 +1 ========================================== + Hits 10937 10946 +9 Misses 3934 3934 Partials 9 9 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.