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

Question: engines and databases #855

Closed
dineshbvadhia opened this issue Dec 26, 2023 · 1 comment
Closed

Question: engines and databases #855

dineshbvadhia opened this issue Dec 26, 2023 · 1 comment
Labels

Comments

@dineshbvadhia
Copy link

dineshbvadhia commented Dec 26, 2023

On a single n-core machine, each core is running an engine. Can each engine access their own (local) sqlite database residing on main storage ie. an n-core machine with n-engines and n-databases?

@minrk minrk added the question label Jan 5, 2024
@minrk
Copy link
Member

minrk commented Jan 5, 2024

Can each engine access their own (local) sqlite database residing on main storage ie. an n-core machine with n-engines and n-databases?

Yes, you can run arbitrary code in each engine, so each engine can connect to its own sqlite database. You can use PIDs or engine IDs to differentiate them.

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

No branches or pull requests

2 participants