Replies: 1 comment 5 replies
-
Hi You can create a map reduce index |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have statistics stored in raven such as:
And I would like to answer the question; "what are the top 10 medias for the following campaigns between these dates?".
My problem is that I cannot group by only Media since I have to filter on CampaignId and Date.
I know about the OLAP ETL Task, but I would really like to not involve another database for this query.
This i how I would achive it in postgresql.
Beta Was this translation helpful? Give feedback.
All reactions