StarRocks Engineeringstarrocks.hashnode.dev·May 24, 2024Comparison of the Open Source Query Engines: Trino and StarRocksIn this post, we want to compare Trino, the popular distributed query engine that runs analytical queries over big volumes of data with interactive latencies with StarRocks. Sources of Information We’ve consulted StarRocks committers (Heng Zhao, Star...DiscussDatabases
DbVisualizerforThe Tablethetable.hashnode.dev·Sep 28, 2023Querying Data with DbVisualizer and PrestoDbUnleash the power of Presto and DbVisualizer in our latest tutorial. Discover the distributed SQL query capabilities of Presto and leverage DbVisualizer's intuitive interface for seamless data exploration and optimization. Dive in now to unlock the f...DiscussPresto
ByteHousebytehouse.hashnode.dev·Sep 13, 202310 popular ways to query Amazon S3 directlyThere are several popular ways to query data directly from Amazon S3. Here are some of the most commonly used methods: Amazon S3 Select: S3 Select is a feature that allows you to run SQL queries on data stored in S3 objects. This can be a good optio...DiscussS3