#SQL best practices – don’t compare count(*) with 0 #postgresql – select * from depesz; https://www.depesz.com/2024/12/01/sql-best-practices-dont-compare-count-with-0/
#SQL best practices – don’t compare count(*) with 0 #postgresql – select * from depesz; https://www.depesz.com/2024/12/01/sql-best-practices-dont-compare-count-with-0/
SpacetimeDB is an interesting new type of relational database that I haven't quite wrapped my head around yet.
It is designed for real time massive multiplayer games and uses some sort event sourcing (CRDTs?) but has many more potential use cases than just games.
It works particularly well with .NET and C#. So I have cleaned up and simplified the C# quickstart sample.
Brex is hiring Senior Data Scientist, Finance
#python #sql #seniorengineer
New York City, New York
Full-time
Brex
Job details https://jobsfordevelopers.com/jobs/senior-data-scientist-finance-at-brex-com-mar-4-2025-55acd3?utm_source=mastodon.world&utm_medium=social&utm_campaign=posting
#jobalert #jobsearch #hiring
Когортный анализ, LTV и RFM в SQL: коротко для новичков
Привет, Хабр! Сегодня рассмотрим, как на голом SQL построить полноценный когортный анализ: определим дату первой покупки, сгруппируем пользователей по когортам, посчитаем удержание (retention), оценим LTV по месяцам жизни и сделаем RFM-сегментацию.
PostgreSQL Antipatterns: создаем JSON из строки
Я уже не раз поднимал в статьях тему [не]эффективной работы с json[b] в PostgreSQL - и как его лучше превращать в выборку , и как можно "транспонировать" . Сегодня же рассмотрим некоторые возможности по его генерации на стороне базы .
Folks who prefer GROUP BY 1 instead of ORDER BY my_first_col why?
Ordering should be done last and you make me read one more abstraction (oh wait what is the first column).
For sure this is interesting. https://vanna.ai/ #VannaAI help you to #wirte #sql queries. it's is #openSource https://github.com/vanna-ai/vanna sounds other #ai interesting thing to test
Digital Toolbox: SQL
A domain-specific language used to manage data, especially in a relational database management system (RDBMS).
https://wadebach.blackcatwhitehatsecurity.com
#Digital #Toolbox #SQL
It's official - we are now a community-recognized NPO by the PostgreSQL Global Development Group!
What does this mean?
We support the open source #PostgreSQL RDBMS as our primary mission, and manage our organization in accordance with the official PGDG Nonprofit Organizations policy. Learn more here:
MSSQL: рисуем метрики из Query Store на листинге процедуры
В моей предыдущей статье я отображал метрики из записанного SQL profiler trace на листинг stored процедуры. Это идеально подходит к тестовым окружениям, но в production надо быть осторожным, и запись "частых" событий могут увеличивать CPU сервера и замедлять его работу. @speshuric предложил использовать данные из Query Store. Там, правда, нет номеров строк. Но можно выкрутиться, так как есть смещения и можно посчитать количество переводов строки до смещения. Итак, сказано - сделано!
New blog post:
In which I demo a query that lists object dependencies in SQL Server for either a specific object or for the entire database.
#sqlserver #sqldba #microsoftsqlserver #mssqlserver #mssql #mssqldba #sql
https://vladdba.com/2025/04/15/query-object-dependencies-sql-server/
DBeaver
DBeaver is a free and open-source database management tool that supports a wide range of databases, including MySQL, PostgreSQL, SQLite, Oracle, and many others.(...)
On June 12, join our CEO @c2main at 11:30 AM CEST for a FREE livestream @ @posetteconf regarding Pressure Stall Information within the world of #PostgreSQL.
Use this link to add the livestream to your calendar & optionally register, or follow us to get the recording after the conference when it becomes available!
posetteconf.com/2025/talks/resource-control-admission-i-have-a-date-with-my-psi/
MSSQL: тепловые диаграммы индексов в виде TreeView
Вам интересно, какие индексы используются больше или меньше? Какие не используются вовсе? Какие таблицы и индексы самые большие? Очень легко создать такие диаграммы. Это и красиво, и полезно.