Skip to content

What are the advantages of using Presto on single data source? #15445

Answered by bitsondatadev
matanper asked this question in Q&A
Discussion options

You must be logged in to vote

@matanper I actually answered a question about this on the Presto Community Broadcast but the question was geared more towards RDBMSes. The general answer to this is there is very little benefit to adding Presto over a single data source unless you are replacing the Hive runtime with a Presto distribution (see more on hive connector). Outside of this use case that Presto was built around, you generally won't get any extra performance benefits of adding a distributed query engine over another distributed database. These databases typically have better optimizations (indexes and cacheing) that make them better choices when only dealing with that data source. To answer the specific questions…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by matanper
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants