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

All the query logic is based on assumption - data must be sorted by ActionTime. #63

Closed
NLGithubWP opened this issue Jul 11, 2022 · 1 comment
Labels
question Further information is requested

Comments

@NLGithubWP
Copy link
Collaborator

In OLAP queries, such as group BY and count, we don't care about the order of records.

So such an assumption adds some inconvenience in data pre-processing for OLAP queries

@KimballCai
Copy link
Contributor

Data must be sorted by ActionTime which is the hypnosis for the cohort analysis. Besides, the COOL engine focuses on cohort analysis, and we can find other methods to improve the data processing for OLAP queries,

@KimballCai KimballCai added the question Further information is requested label Nov 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants