Debra Cerda Blog Posts

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
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

 

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 Postgres Conference 2024, learn more about the engaging content and our speakers for this year in our Speaker Spotlight Series.

Manish Shah is founder and CEO of Datasparc, and brings expertise in product development, database security, and scalable cloud systems. His thought leadership and patent ownership in sensitive data discovery and protection underscore his ability to influence and innovate in the field.

Manish will present "Zero Trust database access with DBHawk". Read what Manish has to say about Postgres and why to attend his session:

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

Join the session exploring critical database security and access challenges. Manish will dissect current issues and provide solutions for achieving precise zero-trust database access.


What is your favorite aspect of Postgres Conference?
Meeting face-to-face Postgres users.

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?
Learn SQL and other programming language. Install Postgres and start playing with it.

How do you see the use of open source technologies evolving over the next five years?
Businesses are recognizing the value of open source software, and its adoption in the enterprise is expected to grow.

What considerations should be taken for the adoption and use of Postgres and related open source technologies?
Strong security and reliable support are crucial for wider adoption of Postgres. After all, data is an organization's most valuable asset.

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

 

 

Debra Cerda     April 17, 2024     speaker spotlight

Call for Speakers: Join Us at Postgres Conference Seattle 2024!

We are excited to announce that the Postgres Conference Seattle 2024 is accepting speaker submissions! This is your chance to share your knowledge, insights, and experiences with the global PostgreSQL community in one of the world’s most innovative tech hubs. Whether you're a seasoned PostgreSQL expert or have unique insights on emerging trends, this is the perfect stage to amplify your voice and make an impact.

Why Speak at Postgres Conference: Seattle

As the largest PostgreSQL gathering in the U.S., Postgres Conference: Seattle 2024 brings together users, developers, DBAs, and thought leaders from diverse industries including FinTech, HealthTech, EdTech, and more! Here’s why you should consider submitting a proposal:

  1. Expand Your Reach: Presenting at the conference will allow you to connect with hundreds of like-minded professionals, influencers, and companies shaping the future of data management.
  2. Share Your Expertise: Whether you're a PostgreSQL guru or a curious learner with unique insights, your contribution can help others grow in their own Postgres journey.
  3. Professional Recognition: Gain visibility and recognition within the Postgres community and broader tech industry. Being a speaker enhances your profile and can open doors for future collaborations, partnerships, or even job opportunities.
  4. Contribute to the PostgreSQL Ecosystem: PostgreSQL continues to evolve rapidly. By sharing your experiences, you contribute to the collective growth and innovation of this incredible open-source database system.

Tracks for Every Interest

We’re looking for speakers across various areas of expertise. If you work in development, operations, or the essential aspects of PostgreSQL usage, we want to hear from you! Here’s a quick overview of our three main tracks:

Development (Dev) Track

Do you have cutting-edge insights on PostgreSQL development? This track is for talks focused on building, optimizing, and scaling applications using PostgreSQL. Some of the topics you could cover include:

  • Query optimization and performance tuning
  • Building and deploying PostgreSQL-based applications
  • Best practices in database schema design
  • Case studies of innovative solutions using PostgreSQL

Whether you're diving into PL/pgSQL, extending Postgres with custom functions, or exploring advanced indexing techniques, this is the perfect platform to share your expertise with fellow developers.

Operations (Ops) Track

If you’re working behind the scenes, ensuring that PostgreSQL environments are secure, scalable, and high-performing, the Ops track is for you. This track seeks submissions from database administrators, SREs, DevOps engineers, and anyone involved in the operational side of PostgreSQL, such as:

  • Scaling PostgreSQL for high-traffic applications
  • Backup and recovery strategies
  • Monitoring and observability tools
  • Managing multi-region or cloud-based Postgres instances

Share your experience on how to keep PostgreSQL running smoothly, even under the most demanding conditions.

Essentials Track

The Essentials track is perfect for those who want to speak about the core foundational aspects of PostgreSQL. It’s an ideal opportunity to present content geared toward people who are new to PostgreSQL or seeking to deepen their understanding of its key concepts. Suggested topics might include:

  • Introduction to PostgreSQL for beginners
  • SQL best practices and optimization
  • Setting up a robust PostgreSQL environment
  • Security fundamentals for database management

This track encourages first-time speakers and practitioners who want to help others navigate the essentials of working with PostgreSQL.

How to Submit Your Proposal

Submitting a proposal is easy! Simply prepare an abstract that describes your talk, its relevance to the conference tracks, and what attendees will take away from it. We encourage submissions from individuals of all backgrounds and levels of experience. Diversity of thought and experience enriches the conversation, and we welcome fresh perspectives.

Create a user account and submit your abstract, title, and description for review consideration.

Take this opportunity to shine as a thought leader in the Postgres world. Share your journey, inspire innovation, and connect with a vibrant community that’s as passionate about Postgres as you are. Submit your proposal today and join us in Seattle for an unforgettable experience!

Important Dates:

Submission Deadline: Monday, September 30th, midnight Pacific Time/ 3 am ET

Event Dates: November 6 - 7, 2024

Ready to Submit?

To submit your proposal and find more details, head to our submission page. Questions can be directed to organizers@postgresconf.org. We look forward to seeing you in Seattle!

We can’t wait to hear from you. Let’s shape the future of Postgres together!

Debra Cerda     September 26, 2024     seattle postgres open source conference

The Postgres Conference 2025 is set to take place in Orlando, Florida, from March 18 to 21, 2025. This year's conference features an expanded lineup of tracks, including the Dev Track, which is tailored for developers seeking to deepen their expertise in PostgreSQL. This track offers sessions to enhance your development skills, explore new tools, and provide practical insights into PostgreSQL's capabilities.

What to Expect

The Dev Track is curated to address the diverse needs of developers working with PostgreSQL. Attendees can look forward to:

  • In-Depth Tutorials: Hands-on sessions that delve into advanced PostgreSQL features and development practices.
  • Expert-Led Workshops: Opportunities to learn from seasoned professionals about optimizing performance, implementing machine learning, and more.
  • Cutting-Edge Topics: Discussions on the latest tools, extensions, and methodologies in the PostgreSQL ecosystem.

Session Highlights

Here are some standout sessions in the Dev Track:

  • A Practical Guide to Set-Based Queries (paid training)

    • Speaker: Aaron Cutshall
    • Date & Time: March 18, 2025, 9:00 AM – 12:00 PM
    • Description: This workshop addresses performance issues arising from procedural code in PostgreSQL. Aaron will guide participants through transforming procedural logic into efficient set-based queries, enhancing database performance.

  • Machine Learning using PostgreSQL (paid training)

    • Speaker: Abbas Butt
    • Date & Time: March 18, 2025, 1:00 PM – 4:00 PM
    • Description: Abbas will introduce participants to implementing machine learning algorithms directly within PostgreSQL 15.x using Apache MADlib 2.1.0 installed on Ubuntu 22.04. The session covers practical applications of predictive analytics, enabling developers to harness the power of ML in their databases.

  • From MongoDB to Postgres: Building an Open Source Standard for Document Databases
    • Speaker: Peter Farkas
    • Date & Time: March 19, 2025, 4:00 - 4:20 PM
    • Description: This session reviews the current state of document databases, and demonstrates how Postgres handles MongoDB workloads with ease.

For a comprehensive view of all sessions and to plan your itinerary, visit the official conference schedule.

Why Attend?

Participating in the Dev Track at Postgres Conference 2025 offers numerous benefits:

  • Skill Enhancement: Gain practical knowledge and hands-on experience with PostgreSQL's advanced features.
  • Networking Opportunities: Connect with fellow developers, industry experts, and thought leaders.
  • Stay Current: Keep abreast of the latest developments, tools, and best practices in the PostgreSQL community.

Don't miss this opportunity to elevate your PostgreSQL development skills. Register now and join us in Orlando for an enriching experience.

Debra Cerda     March 06, 2025

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