Does SQLPage Support Super Sirius DB and Sirius DB? #1475
bluelightspirit
started this conversation in
General
Replies: 1 comment
|
Yes, I don't see why it wouldn't work. Please try it and let us know how it goes |
0 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.
https://github.com/sirius-db/sirius/blob/dev/docs/super-sirius/README.md
Super Sirius DB is a task-based GPU execution engine. If you read the general Sirius README at https://github.com/sirius-db/sirius/tree/dev it says
Sirius currently supports DuckDBwhich is supported by SQLPage via ODBC. ChatGPT says Sirius and Super Sirius are DuckDB extensions - so DuckDB effectively is the host/query engine while Sirius replaces/augments the execution layer for supported queries with GPU execution.Conceptually, ChatGPT says this should be possible, but I don't know if it truly is:
and when further prompted, it said this:
So if you're asking:
Yes, architecturally that's exactly the route: SQLPage → DuckDB ODBC → DuckDB + Super Sirius.
All reactions