From c422cd42817063b09f6ef809b755d8cee430d99d Mon Sep 17 00:00:00 2001 From: Devrim Gunduz Date: Tue, 8 Jul 2025 13:27:05 +0300 Subject: Add Cybertec interview --- templates/context.json | 2 +- templates/pages/sponsor-interviews/cybertec.html | 105 +++++++++++++++++++++++ 2 files changed, 106 insertions(+), 1 deletion(-) create mode 100644 templates/pages/sponsor-interviews/cybertec.html diff --git a/templates/context.json b/templates/context.json index 3446c6b..7bd50c6 100644 --- a/templates/context.json +++ b/templates/context.json @@ -209,7 +209,7 @@ "img": "cybertec.png", "description": " Founded in 2000, CYBERTEC was one of the first companies worldwide to specialize entirely in PostgreSQL. As our main aim is to be your single source all-in-one IT service provider, we offer a wide range of products and services. Visit our website to learn more: www.cybertec-postgresql.com.", "visible": true, - "interview": false + "interview": true }, { "name": "Nexteam", diff --git a/templates/pages/sponsor-interviews/cybertec.html b/templates/pages/sponsor-interviews/cybertec.html new file mode 100644 index 0000000..ac32741 --- /dev/null +++ b/templates/pages/sponsor-interviews/cybertec.html @@ -0,0 +1,105 @@ +{% extends "sponsorinterview.html" %} + +{% set sponsorname = "CYBERTEC" %} + +{%block interviewintro%} +
+ CYBERTEC is a premier consulting company that provides open-source database PostgreSQL and data science solutions. Through migrations, administration, design, and more, CYBERTEC provides an all-in-one catalog of powerful PostgreSQL support. +
+{%endblock%} + +{% block interviewcontent %} + ++ I believe that a lot boils down to experience. We have been in this sector for over 20 years and together we have hundreds of years of PostgreSQL experience. +
++ I love pg_squeeze because it helps people to fight table bloat without downtime. +
++ We need a more vectorized executor and column stores in core. +
++ My biggest concern for the project at the moment is the threat of being taken over by the hyperscalers. In most cases, these hyperscalers do not run vanilla PostgreSQL, and I get the feeling that many players in this field are not committed to true Open Source and proper community-driven development. My fear is that development might end up being more fragmented than it used to be. I also see the influx of too much VC and ever-changing VC strategies as being of no benefit to the project. +
++ I think that many countries and organizations are starting to understand that Open Source does matter. We will increasingly see large, strategic infrastructure running PostgreSQL. In many cases, this is already happening, but it will continue to grow more and more. +
++ Let me give an example: If you are running the Suez canal, a country’s police, international harbors, and such, what you want is to keep operations going - no matter what the political situation in the rest of the world might look like. What many are beginning to understand is the importance of “digital sovereignty”, and that is exactly what true Open Source PostgreSQL has to offer. We will see technical contributions from many more places in the world, and that is a good thing because it provides long-term stability. On the other hand, we of course see the negative impacts of shortsighted and fairly short-term VC. Overall, I am really confident because I believe in the end, Open Source is so powerful that it will provide technical opportunities we simply cannot dream up yet. There is a lot of technical innovation on our way which is hard to predict. I think PostgreSQL has a greater future than ever before. +
++ I thought long and hard about the AI side of things. “All will be AI” is definitely wrong, and “AI doesn’t matter” is wrong too, in my judgement. +
++ Why is that? +
++ Many things in the database business are “boring bookkeeping”. Price lists, GPS tracks, time series - essentially this is bookkeeping, and there is no innovation or AI in ” SELECT avg(weight) FROM container_20ft” … counting, grouping, searching - there is no need for any of this. +
++ But there are many areas around PostgreSQL where AI does make a lot of sense, though this is more on the tooling and analytics side of things. But let’s stay realistic: 30 years ago, a guy went to a parking lot and counted: “5 cars”. Then database people came along, and the parking lot still contained 5 cars. After data warehousing, map reduce, data lake, NoSQL and all other life changing hypes … still 5 cars in the parking lot. +
+ The next hype will come, and trust me: the end result will be: “5 cars in the parking lot”. With every hype, new tools are added, but that does not mean that everything else becomes obsolete. +
++ This is hard to say. I think it is the unity of all features that make PostgreSQL so great. +
+ +