Home / Companies / Preset / Blog / July 2024

July 2024 Summaries

1 posts from Preset

Filter
Month: Year:
Post Summaries Back to Blog
Virtual Datasets in Apache Superset provide a flexible and efficient way to create datasets by defining SQL queries within the platform, enabling users to transform and visualize data without altering the underlying database schema. They allow for quick iteration and exploration in Superset’s SQL Lab, facilitating rapid development of visualizations and dashboards. However, they can impact performance and costs, making it crucial to avoid expensive operations like GROUP BY and ORDER BY, and to use efficient joins for better performance. Virtual Datasets serve as a dynamic abstraction layer that can enhance dimensional modeling techniques by adding a more denormalized and flexible layer on top of star schemas, aiding in seamless data exploration and analysis. While they offer advantages like ease of use and fast iteration, they should be carefully documented and eventually integrated into a more structured source control workflow for better management, governance, and performance stability as the logic matures.
Jul 11, 2024 2,246 words in the original blog post.