5 ошибок при миграции с PostgreSQL на ClickHouse: как не убить производительность индексами

В этой статье разбираем пять конкретных ошибок при миграции индексов, которые мы совершали сами на реальных проектах. Почему B‑tree не работает в колоночной СУБД? Как правильно спроектировать ORDER BY и PRIMARY KEY ? Когда использовать bloom_filter , а когда — материализованные представления?

https://habr.com/ru/companies/otus/articles/1031258/

#ClickHouse #PostgreSQL #индексы #миграция_баз_данных #производительность_БД #MergeTree #архитектура_данных

5 ошибок при миграции с PostgreSQL на ClickHouse: как не убить производительность индексами

Всем привет, меня зовут Сергей Прощаев. В этой статье расскажу про подводные камни индексации при переезде с классических реляционных баз в мир колоночных аналитических СУБД на примере PostgreSQL и...

Хабр
Cette semaine se tiendra les journées ateliers et conférences annuelles du #PGDayFr à Toulouse 🐘Retrouvez moi aux stands avec l'équipe @dalibo pour découvrir nos nouvelles offres et nouveaux produits open-source ! #postgres #postgresql

🚨 NEWS: PostgreSQL vs MySQL: quando scegliere Postgres per la tua applicazione

Ecco i punti chiave in breve:
💡 Ti è mai capitato di dover scegliere un database e di finire su MySQL per pura abitudine? O di sentirti dire che Postgres è troppo complesso e che MySQL fa il suo dovere? Noi di...

🚀 LINK: https://meteoraweb.com/analisi-dei-dati-e-metriche/postgresql-vs-mysql-quando-scegliere-postgres-per-la-tua-applicazione

#guidaOperativa #postgreSQL #mySQL #confrontoDatabase #jSONB

Christophe Pettus: All Your GUCs in a Row: cpu_index_tuple_cost, cpu_operator_cost, and cpu_tuple_cost

https://postgr.es/p/9k_

#postgresql

All Your GUCs in a Row: cpu_index_tuple_cost, cpu_operator_cost, and cpu_tuple_cost

cpu_tuple_cost, cpu_index_tuple_cost, and cpu_operator_cost are three of the constants the planner uses to price a query, and the single most useful thing to kn

How to Install #Directus on #AlmaLinux #VPS

Here's a step-by-step guide detailing how to install Directus on AlmaLinux VPS.
What is Directus?
Directus is an open-source #headless #CMS and data platform that allows you to manage and interact with your database through a RESTful API or GraphQL API. It provides a modern, ...
Continued 👉 https://blog.radwebhosting.com/install-directus-on-almalinux-vps/?utm_source=mastodon&utm_medium=social&utm_campaign=mastodon.raddemo.host #nodejs #installguide #cmsapps #npm #contentmanagement #opensource #selfhosted #vpsguide #letsencrypt #selfhosting #postgresql

Database Indexing Mistakes That Senior Java Developers Still Make in 2026: A Deep Dive With PostgreSQL and Hibernate - Java Code Geeks

Senior Java developers still make six critical database indexing mistakes in 2026. This deep dive covers how Hibernate 6's new SQL generation

Java Code Geeks

PgDay Boston is officially sold out and the waitlist has been activated!

https://2026.pgdayboston.org/

#PostgreSQL #postgres #conference

What if you could run analytical queries inside Postgres without an ETL pipeline? At POSETTE 2026, Nitin Jadhav (Microsoft) demos pg_duckdb on Azure Database for PostgreSQL, querying tables & Parquet files from object storage.

Mark your calendar for POSETTE Livestream 4 on Thu 18 Jun

https://posetteconf.com/2026/talks/pg_duckdb-in-action-accelerating-analytics-on-azure-database-for-postgresql/

#PosetteConf #PostgreSQL #Postgres #Database #Community #Microsoft #Azure #DuckDB #Analytics #OpenSource #Parquet

🐘 Call for Papers for PGConf.PL 2026 is open!

Submit your PostgreSQL talk proposal and join us in Gdańsk on 24 Nov 2026.

We welcome talks about administration, development, performance, benchmarking, extensions, case studies, community, and more.

CFP closes: 13 July 2026

Submit here: https://2026.pgconf.pl/call-for-papers/

#PostgreSQL #PGConfPL #Postgres #CFP #Gdansk #Poland #Conference

pg_stl: анализ временных рядов прямо в PostgreSQL, без выгрузки данных

Если вы работаете с временными рядами в PostgreSQL, скорее всего сталкивались с необходимостью в выгрузке данных в Python, а потом как-то возвращали результат обратно. Это работает, но неудобно и медленно. Я написала расширение pg_stl, которое позволяет делать всё это прямо внутри базы — на нативном C, без экспорта данных наружу. В этой статье расскажу, что это такое, как работает и почему это быстрее, чем подход с Python.

https://habr.com/ru/articles/1042360/

#stl #acf_поля #postgresql #timeseries

pg_stl: анализ временных рядов прямо в PostgreSQL, без выгрузки данных

Если вы работаете с временными рядами в PostgreSQL, скорее всего сталкивались с необходимостью в выгрузке данных в Python, а потом как-то возвращали результат обратно. Это работает, но неудобно и...

Хабр