Understanding the Performance Impact of Complex Data

In Chapter 9, Design Great UIs with Bootstrap’s Grid and Components, you built the user interface for the data we’ll be querying here. In addition to the data you’ve already seen in the CUSTOMERS table, we need to display the customer’s billing address, shipping address, and credit card information. The credit card information is stored elsewhere (we’ll deal with that in the next chapter), so we’re just querying the customer’s billing and shipping addresses for now.

You’ve already seen the CUSTOMERS table, and you know it doesn’t include either of these pieces of data. As you’ll recall from Chapter 4, Perform Fast Queries with Advanced Postgres Indexes , our hypothetical company has ...

Get Rails, Angular, Postgres, and Bootstrap, 2nd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.