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

Automatic Materialized View creation #53

Closed
wants to merge 41 commits into from

Conversation

estebgonza
Copy link
Collaborator

  • Each aggregate pipeline that can be converted in a Materialized View will trigger a new Materialized View creation.

@estebgonza estebgonza linked an issue May 26, 2023 that may be closed by this pull request
@estebgonza estebgonza marked this pull request as draft May 26, 2023 10:36
@estebgonza estebgonza requested a review from NicoGGG May 26, 2023 10:36
@estebgonza estebgonza added the enhancement New feature or request label May 26, 2023
@estebgonza estebgonza added this to the Minimal valuable product milestone May 26, 2023
@estebgonza estebgonza changed the title Automatic Materialzied View creation Automatic Materialized View creation May 26, 2023
@estebgonza estebgonza force-pushed the 50-automatic-creation-of-materialized-views branch from 61f7317 to 1e48cc9 Compare May 26, 2023 18:36
@estebgonza estebgonza force-pushed the 50-automatic-creation-of-materialized-views branch from 1e48cc9 to 6ec8ec3 Compare May 26, 2023 18:48
@codecov
Copy link

codecov bot commented May 26, 2023

Codecov Report

Merging #53 (700a185) into main (7177806) will increase coverage by 0.05%.
The diff coverage is 97.74%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #53      +/-   ##
==========================================
+ Coverage   97.75%   97.81%   +0.05%     
==========================================
  Files          30       31       +1     
  Lines        2852     3061     +209     
  Branches      452      501      +49     
==========================================
+ Hits         2788     2994     +206     
- Misses         64       67       +3     
Impacted Files Coverage Δ
...les/materialized-view/materialized-view.service.ts 95.04% <66.66%> (-2.31%) ⬇️
src/server/modules/cache-request/cache.service.ts 95.74% <85.71%> (+0.09%) ⬆️
src/core/materialized-view.ts 100.00% <100.00%> (+0.88%) ⬆️
src/core/pipeline/accumulators/cached.ts 98.37% <100.00%> (+0.03%) ⬆️
src/core/pipeline/accumulators/common.ts 94.50% <100.00%> (+0.52%) ⬆️
src/core/pipeline/accumulators/index.ts 93.93% <100.00%> (+0.06%) ⬆️
...s/materialized-view/materialized-view.converter.ts 100.00% <100.00%> (ø)
src/server/modules/request/request.service.ts 98.52% <100.00%> (ø)

@estebgonza estebgonza force-pushed the 50-automatic-creation-of-materialized-views branch from 47bc67e to 33d72e6 Compare May 26, 2023 19:32
@estebgonza estebgonza force-pushed the 50-automatic-creation-of-materialized-views branch from a1b1852 to 6cd10b5 Compare May 26, 2023 19:35
@estebgonza estebgonza force-pushed the 50-automatic-creation-of-materialized-views branch from e35fd3e to e0bf419 Compare May 27, 2023 20:15
@estebgonza estebgonza closed this Dec 11, 2023
@estebgonza estebgonza deleted the 50-automatic-creation-of-materialized-views branch December 11, 2023 12:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Automatic creation of Materialized Views
1 participant