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

cache dimension table in GPU memory #77

Open
voyager-dw opened this issue Feb 1, 2019 · 1 comment
Open

cache dimension table in GPU memory #77

voyager-dw opened this issue Feb 1, 2019 · 1 comment
Projects

Comments

@voyager-dw
Copy link
Contributor

Is your feature request related to a problem? Please describe.
To avoid repeat dimension table transfer

Describe the solution you'd like
Dimension table is very static, usually got update every several hours, we can lazy load dimension table in GPU and keep there until there is new data update.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

@shz117
Copy link
Contributor

shz117 commented Feb 1, 2019

we might want to make it a non-default configurable option, user should only enable it if a table is known to be used frequently, since device memory is scarce resource.

@lucafuji lucafuji changed the title Dimension table stick in GPU memory and refresh after update trigger cache dimension table in GPU memory Feb 4, 2019
@jshencode jshencode added this to Backlog in AresDB Feb 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
AresDB
  
Backlog
Development

No branches or pull requests

2 participants