-
|
Hi there thank you for your excellent work on Qlever. QuestionI was wondering if QLever, either now or in the future, is an appropriate and performant choice in an ETL scenario where there are many clients doing high throughput concurrent Context
Optimizations?
INSERT DATA {
GRAPH <urn://example.com/graph> {
<urn://example.com/subject> <urn://example.com/predicate> <urn://example.com/object> .
}}; |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
From discussion here #2130 it seems like Qlever may be best suited at this time for read only workflows and anything that requires lots of concurrent updates may be best done in a different datastore. Thus closing this but would be happy to discuss with anyone if this is a similar pattern to anyone else's workflow |
Beta Was this translation helpful? Give feedback.
From discussion here #2130 it seems like Qlever may be best suited at this time for read only workflows and anything that requires lots of concurrent updates may be best done in a different datastore. Thus closing this but would be happy to discuss with anyone if this is a similar pattern to anyone else's workflow