Debra Cerda Blog Posts

Modern Webinar Business Linked In Post (Billboard Fina

Are you interested in learning about the latest developments and best practices in PostgreSQL? 

Then you won’t want to miss next week’s Postgres Conference Silicon Valley 2023! This annual conference brings together experts and enthusiasts from around the world to share their knowledge and experiences with the PostgreSQL community.

This year's conference will be held in San Jose April 20 and 21, 2023, at the San Jose Hilton, and promises to be another exciting and informative event. Attendees can expect a wide range of presentations, mini-tutorials, and networking opportunities, covering Postgres and open source related topics such as high availability, migration, security, machine learning, AI and much more.

Whether you're a seasoned PostgreSQL developer, a database administrator, or just curious about this powerful open-source database system, Postgres Conference Silicon Valley is the perfect place to learn and connect with like-minded individuals.

So why should you attend? For starters, you'll get to hear from some of the brightest minds in the PostgreSQL community. You'll learn about the latest trends and technologies, and gain valuable insights from real-world use cases and case studies. Check out our full program.

In addition, you'll have the opportunity to network with other PostgreSQL professionals and enthusiasts, and build relationships that can benefit you and your organization long after the conference is over. 

Be sure to stop by the exhibit area and chat with our incredible sponsors and partners, including our Conference sponsors CoreDB and Amazon Web Services (AWS) as well as our Cloud sponsor Google Cloud and Distributed SQL Summit (DSS) sponsor YugabyteDB. Our Conference Partners for this year include Airbyte, Command Prompt, Inc., DBeaver, Fujitsu, Neon, Nutanix, Percona, pgEdge and Community Partner OnGres.

Postgres Conference Silicon Valley is also a great chance to explore the local area, with plenty of opportunities for sightseeing, dining, and entertainment. A Welcome Reception will be hosted by YugabyteDB on Thursday evening for all registered attendees. 

So if you're looking to expand your knowledge of PostgreSQL, connect with other experts and enthusiasts, and have some fun along the way, be sure to register for Postgres Conference Silicon Valley today. We can't wait to see you there!

 

Debra Cerda     April 10, 2023
7 Y8 A7706

Postgres Conference 2025 in Orlando, held March 18–21, brought together PostgreSQL professionals from around the world for a week of deep technical learning, professional development, and intentional networking. With expanded tracks and thoughtfully curated sessions, this year’s gathering balanced core database expertise with a growing focus on holistic professional growth.

Event Highlights

  • Expanded Tracks: In addition to the core DevOps, and Essentials tracks, the conference introduced Professional Development and Variants & Cloud tracks. These additions reflected the complexity of today’s tech environments and the evolving needs of those who manage them.

  • Keynote Address: Malika Boukhelifa’s keynote, “Code Your Way Out of Burnout,” addressed the role of mental health in sustainable tech careers and provided attendees with strategies for long-term success.

  • Technical Deep Dives: Popular sessions on pg_vector, analytics with DuckDB, and PostgreSQL partitioning strategies demonstrated the community’s interest in advanced features and real-world applications.

  • Professional Development: The new track featured sessions on leadership, communication, and soft skills. Certified Wellness Coaches were also available onsite, offering support and tools to help attendees prioritize mental wellness alongside technical growth.

  • Community and Networking: Conversations flowed freely in workshops, hallway meetups, and evening events like the tropical-themed buffet. The size and format of the event allowed for stronger peer connections and genuine knowledge exchange.

This year’s more focused format was intentional. The smaller scale fostered deeper discussion, better engagement, and more actionable takeaways. Whether tackling database replication or burnout prevention, attendees walked away with tools they could apply immediately. We would not be able to accomplish this without the generous support of our sponsors and partners.

Looking ahead, we plan to cap attendance in future years to preserve the quality and depth of the experience. Postgres Conference is no longer designed to be the largest event. Its goal is to be the most effective.

Want to stay updated on future Postgres Conferences and community news?
Subscribe to the PostgresWorld Substack for first access to upcoming events, announcements, and insights from the PostgreSQL ecosystem.

Debra Cerda     April 17, 2025     #postgresconf #community

 

As part of the countdown to PostgresConf US 2018, learn more about the engaging content and our speakers for this year in our Speaker Spotlight Series.

Elizabeth Zalman is the Co-founder & CEO of strongDM, the definitive data security product. Previously she was Co-Founder and CEO of the cross-device profile company Media Armor.

Liz will be presenting a breakout session "Do You Know Your Vendor Dependencies" on Wednesday, April 18, at 4 pm. Read what she has to say about Postgres and why to attend her session: 

Why PostgreSQL? What got you into it, and made you stick with it?

Featureful performance & proven reliability. Over the years I've found fewer and fewer reasons to consider alternatives beyond Postgres (two notable exceptions being redis-style KV and queues).

Tell us about your involvement with the greater Postgres community.

strongDM hears a lot about how its customers use PG and its derivatives (Greenplum, the latest on Aurora, etc.) and we love sharing tips when appropriate.

What new features of PostgreSQL 10 are you most excited about?

As a security product, we're always happy to see security-related upgrades: SASL/SCRAM authentication is a popular option in several of database systems, and is a significant upgrade over the previous salted hashes. We also rely heavily on partitioning, so all related enhancements are welcome.Finally: although we generally wouldn't choose to run parallel queries in a primarily OLTP system, the promise of running analytic queries on a replica (rather than ETL'ing into an analytic database) is very appealing.

What features should be developed/improved and released in the next major upgrade?

Dynamic optimization for queries on partitioned tables. Right now if you run select * from date_partitioned_table where event_timestamp between NOW() and NOW() - interval '7 days'; It scans every partition because the result of NOW() is not knowable ahead of time. But it could optimize that query when it was asked to execute it. Instead of creating a static query plan it could say, I know I'm going to have to compute a list of partitions. So, let's just remember that. Then right before the query runs, it could calculate the list and run the query as though it had been planned with a static date range, and thus only query the affected tables. 

 Why should attendees come to your talk at PostgresConf US 2018?

In this talk, I'll share practical examples of breaches I've personally experienced along with advice on how to hold your vendors accountable, and hopefully make the topic of security a little less intimidating in the process.

What sessions are you most excited about attending at PostgresConf US 2018?

I am looking forward to attending “Reducing the Surface Area of Risk in Data Security” by Tim Gorman and “General Data Protection Regulation (GDPR) with Azure Database for PostgreSQL” by Mark Bolz.

What is your favorite aspect of PostgresConf US?

Being able to network with and learn from a unique community! I’ve found practice to really be one of the best ways to learn about databases.

 What advice would you have for a Computer Science graduate or entry level developer who are interested in learning and engaging with Postgres? 

 I’ve found practice to really be one of the best ways to learn about databases. Get your hands dirty: try breaking things and then fixing them! 

Check out the full schedule for PostgresConf US 2018, and buy your tickets soon!

 

 

 

 

As part of the countdown to PostgresConf US 2018, learn more about the engaging content and our speakers for this year in our Speaker Spotlight Series.

Hubert Zhang will co-present with Jack Wu at PostgresConf US 2018 on "Customize and Secure the Runtime and Dependencies of Your Procedural Languages using PL/Container." Hubert is a staff software engineer at Pivotal. He received his Master Degree at Peking University, with a major in artificial intelligence. He is most interested in database systems and distributed computing platform.

Tell us about your involvement with the greater Postgres community. (How long have you been involved? How have you contributed? How else would you want to contribute?)

I've been working on Postgres based MPP database Greenplum and HAWQ since 2014. I contributed on PLContainer in Greenplum, data locality, and Ranger module of HAWQ (a SQL-On-Hadoop system).

What features should be developed/improved and released in the next major upgrade?

Vectorize execution for OLAP queries.

Who should attend your talk at PostgresConf US 2018? What would you like for them to take away from your session?

Data scientists and anyone who want to use Python and R in database to do data analysis and machine learning. You'll learn how to use PLContainer as well as how to build a customized docker image to setup your specialized Python or R environment.

Check out the full schedule for PostgresConf US 2018, and buy your tickets soon!

As part of the countdown to PostgresConf Silicon Valley 2023, learn more about the engaging content and our speakers for this year in our Speaker Spotlight Series.

Meet Dave Stokes, Technology Evangelist for Percona. Dave Stokes is the author of MySQL & JSON - A Practical Programming Guide. He resides in Texas with the mandated pickup truck, hound dog, and guitars.

Read what Dave has to say about Postgres and why to attend his sessions which include "MERGE() - A Quick Introduction" and "PostgreSQL High Availability: The Considerations and the Candidates."

 

Why Postgres? Tell us about your involvement with the greater Postgres community. (How long have you been involved? How have you contributed? How else would you want to contribute?)

I have been mainly involved in the MySQL Community for a long time but am now exploring PostgreSQL. I have started a series on PostgreSQL for MySQL DBAs that is very popular

What new features of PostgreSQL 15 are you most excited about?

Merge()!

What features do you believe should be developed/improved and released in the next major upgrade?

JSON_TABLE()!! Please, please, pretty please!!

Why should attendees come to your talk at Postgres Conference Silicon Valley 2023? What would you like for them to take away from your session?

From the Merge() talk, I hope they will go away understanding how transaction log processing works. For the HA talk, I do not expect them to walk away as they will be so filled with brain energy that they sort of levitate away!

What is your favorite aspect of Postgres Conference?

The people.

What advice would you have for a Computer Science graduate or entry level developer who are interested in learning and engaging with Postgres and other open source technologies?

Open source !- free. It provides a flexibility to innovate.

What's your top suggested readings for 2023?

Anything by Tim Dorsey.

What do you believe are the major achievements of open source and Postgres over the last decade?

Open-source software has proven that good code comes from more than just semi-benevolent corporations. And PostgreSQL has proven the power of the mailing list!

Check out the full schedule for Postgres Conference Silicon Valley 2023, and buy your tickets soon!

Debra Cerda     April 17, 2023

As part of the countdown to Postgres Conference 2024, learn more about the engaging content and our speakers for this year in our Speaker Spotlight Series.

Robert Bernier is senior PostgreSQL consultant at Percona.

Robert will present Working With The Citus Extension. Read what Robert has to say about Postgres and why to attend their session:

Why should attendees come to your talk at Postgres Conference 2024? What would you like for them to take away from your session?
For people who have heard about Citus but know nothing about it.
What is your favorite aspect of Postgres Conference?
Meeting my peers
What advice would you have for a Computer Science graduate or entry level developer who are interested in learning and engaging with Postgres and other open source technologies?
Data eats the world. Focus on learning about your data and how it's used.
How do you see the use of open source technologies evolving over the next five years?
PostgreSQL is a General Purpose Management System. It will come to dominate the DBMS world.
What considerations should be taken for the adoption and use of Postgres and related open source technologies?
Three talents:
- know your SQL
- know your OS (linux)
- know a programming language

Check out the full schedule for PostgresConf US 2024. Learn more about our conference here and buy your tickets soon!

Debra Cerda     April 18, 2024     speaker spotlight

We are pleased to announce a partnership between Redgate and PgCentral Foundation, Inc., to return Postgres Conference to Seattle! We’ll be joining forces in their brand-new venue -- the Summit at the Seattle Convention Centre (SCC) -- during this year’s PASS Data Community Summit (PASS Summit).

The PASS Summit team has been working to create a more collaborative environment between professional data communities. The new venue for 2024 allows the perfect opportunity to host our People, Postgres, Data community for the Postgres Conference: Seattle 2024 on November 6 and 7.

About PASS Summit

The PASS Summit has earned its reputation as the premier event for data security and database professionals. Since Redgate took ownership in 2021, the event has continued to offer unmatched learning opportunities, covering a wide range of data platforms including SQL Server, PostgreSQL, AWS, Google Cloud, and more. This year’s summit will take place in Seattle, from November 4-8, 2024, welcoming thousands of attendees eager to sharpen their skills and stay on the cutting edge of data management.

PASS Summit is not just about lectures and sessions –  it offers hands-on learning experiences, a vibrant community space, and networking opportunities with industry leaders. The event is known for its comprehensive sessions, keynotes by industry experts, and access to the latest tools and technologies that empower organizations to manage their data effectively. Whether you're a beginner or a seasoned professional, there’s something for everyone.

For more details about the summit, visit the official website: PASS Data Community Summit 2024

Highlights from Postgres Conference Seattle 2024

Alongside PASS Summit, Postgres Conference: Seattle 2024 will also be taking place, making Seattle the hub of data learning in early November. Postgres Conference is the leading event dedicated to Postgres, an open-source database that has become essential for many modern organizations. This year’s event is powered by the joint efforts of Redgate and Command Prompt, Inc., and is priced at an affordable $599 through November 3rd.*

PostgresConf Seattle attendees will get exclusive access to certain elements of the PASS Data Community Summit, such as:

- PASS Summit Keynotes: Hear from influential figures shaping the future of data.

- PASS Ecosystem Sessions: Deep dives into data platforms and security.

- Community Zone: A space to collaborate with other professionals and expand your network.

- Exhibit Hall and Exhibitor Reception: Discover the latest tools and technologies from industry-leading vendors.

- Lunches, Refreshment Breaks, and Community Events: Plenty of opportunities to refuel and connect with peers.

 

This integration gives PostgreSQL enthusiasts a chance to engage in the broader data conversation while still enjoying tailored Postgres content.

Check out the event page here for more information on Postgres Conference Seattle 2024.

* Note: Postgres Conference: Seattle 2024 online registration closes November 3rd.  On-site registration will require the purchase of a PASS24 1-Day or 3-Day ticket, so don't delay!

Debra Cerda     October 11, 2024