paleolimbot commented on issue #2791: URL: https://github.com/apache/arrow-adbc/issues/2791#issuecomment-2856649919
It seems like `adbc.h` suggests that concurrent access to the database is not supported? https://github.com/apache/arrow-adbc/blob/e045731b24f00df50e9c9f50e5ba6ec632cbd3ef/c/include/arrow-adbc/adbc.h#L1214 Creating a "database" is often cheap (sometimes it's just stored auth credentials or a URI)...is it possible to just create multiple databases and connect concurrently that way? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
