Skip to Content
Genomics in the Azure Cloud
book

Genomics in the Azure Cloud

by Colby T. Ford
November 2022
Intermediate to advanced
327 pages
7h 20m
English
O'Reilly Media, Inc.
Content preview from Genomics in the Azure Cloud

Chapter 3. Querying Variant Data in SQL

Though the concept of “data warehouses” has existed since the 1980s, their popularity really started to grow in the 1990s, when two individuals, Bill Inmon and Ralph Kimball, separately published books on building and organizing data in data warehouses.

If you’re familiar with traditional databases (like SQL Server or PostgreSQL), which we’ll cover in the next section, you know that they contain tables of information that are related by IDs or keys. This allows you to join tables together and query the information as you wish. Databases are good for storage of data from a single system, and they support tons of concurrent connections. For example, think of a database behind a website that supports thousands of quick data reads and writes.

Data warehouses, on the other hand, have a different purpose. They are often used for the unification and aggregation of data from multiple source systems, joining together data for reporting and more. Instead of expecting thousands of data retrieval connections, they instead expect to perform a smaller number of complex queries to aggregate and join across a series of tables.

The difference with data warehouses is how the data in the tables is organized. We use the terms facts and dimensions as follows:

Fact
This is a value, metric, or measure that varies between entities in a data warehouse. Thus, fact tables are often long (having many rows), with only columns to hold the values and key columns to relate ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.

Read now

Unlock full access

More than 5,000 organizations count on O’Reilly

AirBnbBlueOriginElectronic ArtsHomeDepotNasdaqRakutenTata Consultancy Services

QuotationMarkO’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
QuotationMarkI wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
QuotationMarkI’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
QuotationMarkI'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.
Mark W.
Embedded Software Engineer

You might also like

Genomics in the Cloud

Genomics in the Cloud

Geraldine A. Van der Auwera, Brian D. O'Connor
Azure AI Services at Scale for Cloud, Mobile, and Edge

Azure AI Services at Scale for Cloud, Mobile, and Edge

Simon Bisson, Mary Branscombe, Chris Hoder, Anand Raman

Publisher Resources

ISBN: 9781098139032Errata Page