GitHub user alamb added a comment to the discussion: How practical is to use this for a OLTP DB engine?
I don't have any good measurements, but many people have made some sort of hybrid data processing engine using DataFusion DataFusion does have the classic OLAP architecture (vectorized columnar execution) so for single row queries (that process a single row, or 10s of rows) there is more overhead than a row at a time model I don't know of any measurements however -- it would be interesting to make some and post your findings GitHub link: https://github.com/apache/datafusion/discussions/24041#discussioncomment-17931955 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
