Conference Highlights


Feb 07 Sean Loiselle

[Meetup Livestream] Better materialized views in 1 million LOC: Inside Materialize's PostgresSQL src

PostgreSQL's materialized views are a great tool to provide low-latency answers to complex queries – but did you know they could offer serializable consistency if you used cutting-edge streaming engines, many millions of dollars, and countless hours of work from talented systems engineers and academics? Oh, and I guess you could then also join them with arbitrarily complex queries over Kafka topics… In this talk, we'll take a look at what Materialize does from a few different points of...

May 22 Rajan Palanivel

Using Postgres in a Multi-Tenant SaaS - Securing Everyone’s Data

The popularity of PostgreSQL makes it the prime candidate to be the database for a multi-tenant SaaS. But with multi-tenancy there are two fundamental issues: How do you make sure that the tenant has control over their data in a third party SaaS environment? How do you make sure that the tenant’s data is isolated from each other so that a tenant’s data doesn’t get exposed to other tenants? Letting a tenant see another tenant’s data would be considered a data breach. Logical databases...

Program