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

Extract (tableau hyper-like) feature #12

Open
simonaubertbd opened this issue Sep 13, 2024 · 1 comment
Open

Extract (tableau hyper-like) feature #12

simonaubertbd opened this issue Sep 13, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@simonaubertbd
Copy link

simonaubertbd commented Sep 13, 2024

Hello,

From what I understand, we can now exploit purely databases. However, a lot of users have their data in files or in databases that are not optimized at all for OLAP (Thinking of a postgresl, Mysql, Mariadb, etc...).

The idea would be to :
-extract the said data from this "slow" datasource
-write it in a "fast" internal datasource. Duckdb would be really great for that kind of stuff.
-allow to schedule the refresh and monitor the task refresh.

Best regards,

Simon

@spo-ijaz
Copy link
Member

Hi @simonaubertbd

Sorry, I completely missed this last suggestion !

Thanks again for this suggestion, it seems interesting, since we can request Duckdb in SQL from what I see.
CSV/Excel imports are already planned, with asynchronous import for big files.
But I since we will include a support for DuckDb, because I can directly see where I can use that - meaning, I need to test that on with a real use case.

@spo-ijaz spo-ijaz self-assigned this Oct 18, 2024
@spo-ijaz spo-ijaz added the enhancement New feature or request label Oct 18, 2024
@spo-ijaz spo-ijaz added this to RootDB Oct 18, 2024
@spo-ijaz spo-ijaz moved this to Todo in RootDB Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Todo
Development

No branches or pull requests

2 participants