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

set nexmark benchmark for temporal join with high cache miss rate #15124

Closed
st1page opened this issue Feb 19, 2024 · 3 comments
Closed

set nexmark benchmark for temporal join with high cache miss rate #15124

st1page opened this issue Feb 19, 2024 · 3 comments
Assignees
Milestone

Comments

@st1page
Copy link
Contributor

st1page commented Feb 19, 2024

No description provided.

@TennyZhuang
Copy link
Contributor

This may be difficult because NEXMark has good locality since the data is generated, which is a business characteristic. Unless we use some tricks like limiting memory to a very small amount, I don't think this makes much sense. Perhaps we can write some queries or use cases with lower locality.

@st1page
Copy link
Contributor Author

st1page commented Feb 19, 2024

There are some NEXMark query not having good locality such as q20, I guess we can jsut change them to temporal join

@lmatz
Copy link
Contributor

lmatz commented Feb 19, 2024

There are some NEXMark query not having good locality such as q20, I guess we can jsut change them to temporal join

Great

I am also adding a new Kube-bench pipeline that uses RW's datagen to ingest data into Kafka first and then run customized queries reading from Kafka, I will try to finish the basics soon
so everyone can add more stuff into it.

@st1page st1page closed this as completed Mar 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants