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

 

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!

 

 

 

Call for Proposals and Sponsors: Postgres Conference 2026

The Call for Proposals to present at Postgres Conference: 2026 is open!

Postgres Conference 2026 needs your voice. We're seeking speakers who can educate, inspire, and engage with the PostgreSQL community. Our six tracks span technical deep dives, operational best practices, career development, and yes, even your non-database passions. Share what you know, what you've learned, or what matters to you.

Join us April 21-23, 2026, in San Jose, California, for three days of learning, networking, and celebrating everything that makes the PostgreSQL community exceptional.

Six Tracks, Unlimited Possibilities at Postgres Conference: 2026

  • Postgres Extensions Day: Dedicated to developers building and maintaining PostgreSQL extensions. Share your work, learn from others, and connect with the extensions community.
  • Dev Track: Application development with PostgreSQL. Topics include using extensions like pg_vector for enhanced search performance, creating custom data types, building applications, and leveraging PostgreSQL features in your development workflow.
  • Ops Track: Operational practices for PostgreSQL and related technologies. Covers deployment, monitoring, performance tuning, backup strategies, high availability, replication, and infrastructure management.
  • Essentials Track: Deep dives into core PostgreSQL functionality. Explore data types, built-in features, query optimization, indexing strategies, and fundamental concepts. If it's in the documentation or should be, this track explores it thoroughly. Core PostgreSQL knowledge that provides long-term career value.
  • Life and Fun Track: Non-technical topics that make us human. Share your hobbies, side projects, and interests outside of databases. Topics include beekeeping, gardening, homesteading, solar projects, IoT experiments, mountain biking, camping, and anything else that brings you joy.
  • Professional Development & Wellness Track: Career growth and personal well-being. Topics include career advancement, managing burnout, work-life integration, mental health, communication skills, leadership development, and building sustainable careers in technology.

Choose Your Format

We offer four session formats to match your content and presentation style:

  • Talk (50 minutes): The standard conference format with time for depth and detail. Ideal for comprehensive technical topics, case studies, architectural overviews, or storytelling that needs room to breathe. Includes time for audience questions and discussion. Plan for 40-45 minutes of content to allow for Q&A.
  • Presentation (20 minutes): Focused, fast-paced format for specific topics or techniques. Perfect for introducing a new tool, sharing a specific solution to a common problem, or delivering a concentrated dose of knowledge. Get in, deliver value, get out. No time for Q&A during the session, but speakers should make themselves available afterward for an impromptu hallway session
  • Mini-tutorial (90 minutes): Hands-on learning sessions where attendees follow along on their own laptops. Best for teaching practical skills, walking through implementations, or guided problem-solving. Assumes attendees will have their development environment ready. Include setup instructions in your proposal and plan for troubleshooting time.
  • T3D Session (10 minutes): Tips, Tricks, and Deep Dives. Lightning-fast knowledge bombs. Share one powerful technique, one crucial insight, or one problem-solution pair. No fluff, no long introductions. These sessions are scheduled back-to-back, so timing is strict. Perfect for that one thing you wish everyone knew about PostgreSQL and related open source technologies.

Why Speak at Postgres Conference?

Speaking at Postgres Conference connects you with hundreds of PostgreSQL professionals, from developers and DBAs to architects and business leaders. You'll share your expertise, build your professional network, and contribute to the community that makes PostgreSQL thrive.

First-time speakers and conference veterans alike are welcome. We're committed to diverse voices and perspectives across all our tracks.

Submit Your Proposal

Sponsorship Opportunities

Interested in supporting the PostgreSQL community and connecting with decision-makers in Silicon Valley? Download our sponsorship prospectus or contact us to discuss partnership opportunities

We'll see you in sunny San Jose in April 2026. Let's build something great together.

Subscribe to our Year-Round Newsletter

Want to stay connected year-round for community events and educational opportunities? Receive news straight to your inbox by subscribing to the PostgresWorld Community newsletter on Substack.

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

Shayon Sanyal is a Principal PostgreSQL Specialist at Amazon Aurora, with over 15 years experience, and crafts resilient applications, leveraging PostgreSQL's advanced features.

Shayon will present Enhancing OLTP Systems with pgvector: Best Practices in Database Design. Read what Shayon 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?
The integration of pgvector into existing Online Transaction Processing (OLTP) systems represents a significant advancement in leveraging vector search capabilities within traditional database environments. This presentation is designed to educate database professionals on the thoughtful integration of pgvector into OLTP applications powered by PostgreSQL, ensuring enhanced functionalities without compromising the core transactional integrity and performance. Attendees will learn how to adopt pgvector to unlock new application features while maintaining reliability, performance and scalability of their PostgreSQL databases. The presentation provides a roadmap for practical pgvector integration regardless of the hosting environment.

What is your favorite aspect of Postgres Conference?
For me, the most amazing aspect of the Postgres Conference is the opportunity to learn from and engage with some of the most brilliant minds in the PostgreSQL ecosystem. The lineup of speakers and contributors is always exceptional, offering invaluable insights and perspectives that can shape the future of this powerful database management system. The depth and breadth of technical discussions from advanced database internals and performance optimizations to cutting-edge features and real-world use cases, the conference provides a platform for exploring the full potential of PostgreSQL. It's a true feast for those who crave technical excellence.

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?
My advice would be to dive in headfirst and immerse yourself in the open source community. Start by exploring the official documentation and resources provided by the PostgreSQL project. Don't be afraid to ask questions on forums, mailing lists, or community channels – you'll be amazed at how welcoming and supportive the community is, especially towards those eager to learn. Attend local meetups or online events focused on PostgreSQL and open source technologies. These are excellent platforms for networking, learning from experienced professionals, and staying up-to-date with the latest trends and best practices.

How do you see the use of open source technologies evolving over the next five years?
Increased adoption across industries: Open source technologies have already gained widespread acceptance in the tech industry, but I expect their adoption to accelerate across various other sectors, such as finance, healthcare, manufacturing, and government. As organizations recognize the benefits of open source, including cost-effectiveness, flexibility, and community-driven innovation, they will be more inclined to embrace these technologies in their mission-critical systems.
What considerations should be taken for the adoption and use of Postgres and related open source technologies?
If I had to pick 2 then - 1/ Community Support and Documentation: Evaluate the size and activity level of the community surrounding the open source project. A vibrant and engaged community is often a good indicator of the project's long-term sustainability and the availability of support resources, such as documentation, forums, and mailing lists. and 2/ Scalability and Performance: Thoroughly assess the scalability and performance capabilities of the open source technologies you intend to use, especially if you anticipate handling large volumes of data or high-traffic workloads. Conduct performance testing and benchmarking to ensure that the technologies meet your specific requirements. Then there are other considerations such as security and compliance, integration and interoperability etc.


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

Debra Cerda     April 16, 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

<

 

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.

NEXTGRES founder Jonah Harris is a developer with expertise in database internals, high-performance systems, and near-real-time machine learning optimizations. Recognized for contributions to Oracle Database and PostgreSQL, with leadership roles at MariaDB, The Meet Group, and EnterpriseDB.

Jonah Harris will present The Future of MySQL is Postgres.  Read what Jonah 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?

Attendees will leave this session understanding how PostgreSQL offers superior performance, reliability, and a richer set of features for modern application development over MySQL, and how this extension simplifies and accelerates the migration process, ensuring transparent compatibility. 

What is your favorite aspect of Postgres Conference?

My favorite aspect of Postgres conferences is the collaborative spirit, where developers, administrators, and enthusiasts come together to share their knowledge and solve real-world challenges.

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?

I advise diving into hands-on projects and contributing to the OSS communities with an open mind; this offers invaluable experience and broad networking opportunities within open source communities, specifically PostgreSQL.

How do you see the use of open source technologies evolving over the next five years?

I see open source technologies becoming even more integral to innovation, driving collaboration and accessibility in emerging fields as well as traditional industries.

What considerations should be taken for the adoption and use of Postgres and related open source technologies? 

I always consider matching a technology's strengths to a project's needs. Whether it's Postgres or another OSS technology, evaluate it for its full capabilities and best fit first. Once those capabilities and fit are evaluated, assess the organization's ability to manage it.

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