You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently, everything is stored in the paper collection while the other schemas that were introduced in 2c59cba have not been used.
Because especially aggregate and group are expensive we want to avoid these steps by using the separate collections now.
Describe the solution you'd like
Each dashboard that requires aggregation, grouping, etc. should have a separate collection (e.g., authors, venues).
Also MongoDB should write data to the unused collections and map back to the paper objects.
For fast filtering, each collection should have the key filter elements (e.g., year, inCitationsCount, ...)
The solution should be backward compatible, so the paper collection should remain to be the same.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Currently, everything is stored in the paper collection while the other schemas that were introduced in 2c59cba have not been used.
Because especially aggregate and group are expensive we want to avoid these steps by using the separate collections now.
Describe the solution you'd like
Each dashboard that requires aggregation, grouping, etc. should have a separate collection (e.g., authors, venues).
Also MongoDB should write data to the unused collections and map back to the paper objects.
For fast filtering, each collection should have the key filter elements (e.g., year, inCitationsCount, ...)
The solution should be backward compatible, so the paper collection should remain to be the same.
The text was updated successfully, but these errors were encountered: