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

Does PGStrom calculate simple index comparisons? #10

Open
ghost opened this issue Sep 30, 2014 · 1 comment
Open

Does PGStrom calculate simple index comparisons? #10

ghost opened this issue Sep 30, 2014 · 1 comment

Comments

@ghost
Copy link

ghost commented Sep 30, 2014

kaigai,

Thank you for creating this amazing module!

I have two questions:

  1. Does PGStrom also calculate simple relational comparisons? Crosspost for details: http://dba.stackexchange.com/questions/77951/does-pgstrom-calculate-index-comparisons

  2. Have you considered expanding this to index creation?

Again, can't thank you enough!

@kaigai
Copy link
Owner

kaigai commented Oct 27, 2014

Sorry for my late response.

Yes, PG-Strom also suggest the core planner an alternative execution path that utilizes
GPU devices for simple relational comparisons also. However, its cost is usually expensive
than built-in index-scan. In the result, GpuScan shall not replace IndexScan.

Regarding to the index creation, I don't have plan to enhance the coverage of PG-Strom
to DDL region, not only DML region.

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

1 participant