It's nice to see that a #posgresql cluster upgrade is now offered within #debian itself when you get upgraded to a newer version.
Thinko on my end: this brings down your old database, so suddenly the apps depending on it go a bit wonky.
Oops :D
It's nice to see that a #posgresql cluster upgrade is now offered within #debian itself when you get upgraded to a newer version.
Thinko on my end: this brings down your old database, so suddenly the apps depending on it go a bit wonky.
Oops :D
Нагрузочное тестирование YMatrix
Привет, Хабр! На связи Марк — ведущий архитектор группы компаний «ГлоуБайт». Сегодня мы немного расширим результаты нагрузочного тестирования из предыдущей статьи “ Нагрузочное тестирование GP6 vs GP7 vs Cloudberry ” и поделимся результатами тестирования YMatrix. Сразу оговорюсь, что это дополнение к предыдущей статье, для того, чтобы сформировать понимание сравнимости результатов различных форков GreenPlum, поэтому акцентировать внимание будем только на YMatrix. Детали по методике тестирования и как были получены результаты для GP6, GP7 и Cloudberry 1.6, можно прочитать в предыдущей статье по ссылке выше.
https://habr.com/ru/companies/glowbyte/articles/976126/
#нагрузочное_тестирование #sql #posgresql #dwh #gp7 #gp6 #ymatrix #glowbyte #cloudberry #tpcds
Day 11
Well, technically it’s been a few days.
I just finished populating the entire partner-contracts layer in our system. That means hundreds of users, each linked to the correct unit, with the proper supervisor, job title, and contract type. All of it reflected in a single, consistent data model.
Every user has a contract pointing to their supervisor — with cascading relations:
- regional managers report directly to the admin,
- unit managers report to regional managers,
- team leads report to unit managers,
- and finally, operators, assigned in pairs to each lead.
I’ve also updated every partner’s supervisor field, so hierarchy is fully navigable.
It took some time and required pulling data from multiple sources:
users, organizational units, and memberships, regional and structural hierarchy, and even address assignments.
Numbers:
Total test users & contracts: 1,408
Regional Coordinators: 16
Managers: 160
Team Leads: 640
Operators: 592
Video: Convert a #MySQL database to #PosgreSQL using Database Workbench.
#MySQL
#MariaDB
#SQLServer
#Oracle
#Firebird
#InterBase
#PostgreSQL
#NexusDB
#databasetools #databasedevelopment #DatabaseWorkbench
Spot the bug:
```
foor=> SELECT COUNT(*) bar;
bar
-------------------
1
(1 row)
foor=> SELECT * FROM bar;
id | tag
----+-----
(0 rows)
```
The Public Schema in PostgreSQL: Security Risks and Changes in Version 15
https://datenakrobat.blogspot.com/2025/01/the-public-schema-in-postgresql.html
postgresql (17+267.pgdg22.04+1)
libpq-dev
libpq5
postgresql-15postgresql-15 (15.10-1.pgdg22.04+1)
postgresql-client-15
postgresql-16 (16.6-1.pgdg22.04+1)
postgresql-client-16
postgresql-17 (17.2-1.pgdg22.04+1)
postgresql-client-17
postgresql-client-common ( 267.pgdg22.04+1)
postgresql-common (267.pgdg22.04+1)
postgresql-contrib (17+267.pgdg22.04+1)
セキュリティ対応ではない。
なぜ、15,16,17 が全部入っているのか謎。server は v15.9
#posgresql の changelog は取るのが結構手間。
HowTo: базовая геоаналитика
Хочу поделиться примером‑инструкцией как получить инсайты из геоданных без регистрации, смс (только open‑source и бесплатные инструменты: OSM, python, Портал открытых данных Правительства Москвы, DataLens). Как сделать так, чтобы дашборд не "умер" от количества точек и тяжелых полигонов, работал сравнительно быстро и давал пользователю представление общей картины, читайте под катом.