Latest updates for Tantor Postgres

Fresh curated links around Tantor Postgres are collected here so marketers can spot useful updates and turn timely ideas into posts faster.

Recent items include:

  • Как мы тестируем Tantor Postgres для 1С от нагрузочных тестов до оптимизаций планировщика
  • Пап, а это HTAP? — Ну такое, это две разные СУБД в длинном плаще
  • pg_ilm — гибрид кладовщика с градусником для ваших данных (Information Lifeсycle Management в Tantor Postgres 18)

Post angles to try

Share the most useful takeaway for your audience.
Turn one article into a quick practical checklist.
Ask your audience how this shift affects their work.
Turn angles into scheduled posts

Fresh articles and ideas

Recent curated links from global sources. Generate one free draft from any story, then use SocialBu to schedule and refine your content calendar.

habr.com /3 weeks ago

Как мы тестируем Tantor Postgres для 1С от нагрузочных тестов до оптимизаций планировщика

Tantor Postgres 18 - масштабный релиз СУБД, за которым стоят месяцы тестирования, сотни часов нагрузочных прогонов и десятки исправлений, о которых пользователь никогда не узнает п...

Read source
habr.com /1 month ago

Пап, а это HTAP? — Ну такое, это две разные СУБД в длинном плаще

HTAP — одна из главных тем в мире СУБД. Вокруг PostgreSQL массово появляются конструкции с внешними аналитическими движками со своими моделями хранения данных и ограничениями совме...

Read source
habr.com /1 month ago

pg_ilm — гибрид кладовщика с градусником для ваших данных (Information Lifeсycle Management в Tantor Postgres 18)

В 18 версию СУБД Tantor Postgres включено расширение pg_ilm, реализующее функционал управления жизненным циклом данных (Information Lifeсycle Management. Расширение, с нашей точки...

Read source
habr.com /1 month ago

PG_EXPECTO 10.1.3: Новые возможности нагрузочного тестирования СУБД PostgreSQL

Официальное предупреждение (дисклеймер)Настоящая статья подготовлена с использованием технологий искусственного интеллекта.В частности:— экспериментальные данные обработаны и проан...

Read source
computerra.ru /1 month ago

Решения РСМ-системы успешно прошли сертификацию на совместимость с СУБД Tantor Postgres

Источник: Компьютерра - Журнал о науке и технологиях Компании РСМ-системы и «Тантор Лабс» (входит в «Группу Астра») официально объявляют о технологическом партнерстве. По результа...

Read source
dev.to /4 weeks ago

PostgreSQL 18 on Amazon Aurora and Amazon RDS: Security, monitoring, and developer enhancements

PostgreSQL 18 brings several security, monitoring, and developer enhancements relevant to Amazon RDS and Aurora PostgreSQL users. Key changes include: deprecation of MD5 password a...

Read source
dev.to /1 month ago

Prisma query logging y PostgreSQL: dГіnde termina el ORM y empieza la base

Prisma query logging y PostgreSQL: dГіnde termina el ORM y empieza la base ActivГ© query logging en Prisma, vi los queries llegando a la consola, y asumГ­ que tenГ­a visibilidad...

Read source
habr.com /1 month ago

transp_anon – динамическое маскирование через Access Methods в PostgreSQL

Enterprise-разработка рано или поздно сталкивается с классической задачей: нужно выдать доступ к БД аналитикам, тестировщикам или саппорту в проде, но при этом необходимо скрыть пе...

Read source
dev.to /1 month ago

PostgreSQL change data capture governed Apache Iceberg / Parquet on AWS S3 — built for AI agents.

Core Features pg-cdc is not just replication. pg-cdc streams Postgres Write Ahead Logs(WAL) out of production Postgres into typed, immutable, time-travelable Iceberg tables on S3...

Read source
habr.com /1 month ago

Postgresso 4 (89)

PostgreSQL: PostgreSQL 19 Beta 1Официальный релиз запланировали на сентябрь/октябрь. Вот что старейшины решили выделить в описании релиза 19-й версии:ПроизводительностьPostgreSQL 1...

Read source
javacodegeeks.com /2 days ago

PostgreSQL Job Scheduling with pg_cron

Modern applications frequently require background jobs such as cleaning expired sessions, refreshing materialized views, archiving historical data, sending notifications, or genera...

Read source
aws.amazon.com /4 weeks ago

PostgreSQL 18 on Amazon Aurora and Amazon RDS: Performance enhancements

This is Part 1 of a two-part series covering the key features in PostgreSQL 18. In this post, we focus on performance enhancements: skip scan optimization for multicolumn indexes,...

Read source
dev.to /1 month ago

ParadeDB NPM Package Seeks Feedback on Simplifying Postgres Integration with JavaScript via Drizzle ORM

Introduction: Bridging the Gap Between Postgres and JavaScript with ParadeDB The ParadeDB NPM package emerges as a targeted solution to a growing pain point in modern web develop...

Read source
habr.com /2 weeks ago

Полиморфные ссылки в PostgreSQL: помогаем СУБД избежать провалов производительности

Недавно я изучал вопрос, насколько распространены полиморфные ссылки в реляционных базах — болезненном для производительности паттерне с дискриминированным внешним ключом, который...

Read source
habr.com /2 weeks ago

Книга «PostgreSQL 18 изнутри»: архитектура «слона» под новым капотом

Компания Postgres Professional представляет новое издание книги Егора Рогова «PostgreSQL 18 изнутри», которое будет выпущено в издательстве «ДМК Пресс» в 2026 году. Электронная вер...

Read source
sqlservercentral.com /1 day ago

Azure – HorizonDB

As Open Source – PostgreSQL and AI is a growing and powerful DB system, AWS and Google already have AWS Aurora and Google AlloyDB, which are Cloud Native PostgreSQL... The post Azu...

Read source
aws.amazon.com /1 month ago

Automate Oracle PL/SQL to PostgreSQL migration with Amazon Bedrock and Strands Agents

In this post, you learn how to build a generative AI–powered migration assistant that helps automate portions of the last mile of code conversion. Using Anthropic’s Claude Sonnet 4...

Read source
freelancer.com /1 month ago

Universal Postgres CRUD Utility

I need a reusable SQL/PL-pgSQL routine that can handle Create, Read and Update actions against any table in my PostgreSQL database. Table names, column sets and primary keys will b...

Read source
dev.to /1 month ago

Prisma Query Logging and PostgreSQL: Where the ORM Ends and the Database Begins

Prisma Query Logging and PostgreSQL: Where the ORM Ends and the Database Begins I turned on query logging in Prisma, watched queries rolling into the console, and assumed I had f...

Read source
rubyflow.com /3 days ago

Moving 300GB of Request Details Out of Postgres

https://www.deadbro.com/blog/moving-large-json-request-payloads-from-postgres-to-minio Our Postgres table grew 30x in a month (10GB → 300GB). Here’s how we fixed the storage proble...

Read source
snowflake.com /4 weeks ago

Snowflake Postgres Unifies Your Apps, Analytics and AI

Snowflake Postgres now offers data mirroring and pg_lake integration — a native, pipeline-free way to sync OLTP and analytical data in near real time.

Read source
aws.amazon.com /4 weeks ago

PostgreSQL 18 on Amazon Aurora and Amazon RDS: Security, monitoring, and developer enhancements

In Part 1 of this series, we explored the performance enhancements in PostgreSQL 18, including skip scan optimization, enhanced EXPLAIN output, automatic self-join removal, and vac...

Read source
theregister.com /1 month ago

PostgreSQL backup tool gets some backup of its own after sole maintainer sounds alarm

AWS, Percona, Supabase, pgEdge, and Tiger Data rally round pgBackRest with funding pledge

Read source
aws.amazon.com /1 month ago

Index types supported in Amazon Aurora PostgreSQL and Amazon RDS for PostgreSQL using extensions (Bloom, pg_trgm, and pg...

In Part 1, Part 2, and Part 3 of this series, we explored PostgreSQL’s native indexes (B-tree, GIN, GiST, HASH, BRIN) and specialized extension-based index types (SP-GiST, btree_gi...

Read source

Turn fresh research into a full content calendar

Use SocialBu to discover ideas, generate post drafts, and schedule them across your social channels.

Sources covering Tantor Postgres

aws.amazon.com

Recent coverage from public sources
Public source

dev.to

Recent coverage from public sources
Public source

habr.com

Recent coverage from public sources
Public source

rubyflow.com

Recent coverage from public sources
Public source

computerra.ru

Recent coverage from public sources
Public source

freelancer.com

Recent coverage from public sources
Public source