DATABASE DESIGN – Telegram
DATABASE DESIGN
1.41K subscribers
2.08K photos
3 videos
5.32K links
Лучшие материалы по работе с хранилищами данных на русском и английском языке

Разместить рекламу: @tproger_sales_bot

Правила общения: https://tprg.ru/rules

Другие каналы: @tproger_channels

Другие наши проекты: https://tprg.ru/media
Download Telegram
Yes! Directus Community Cloud is Free, with No Quota Limits on Usage.

We are so pumped up to introduce Directus Community Cloud!! It's completely free to use with no quota limits on usage.
No, we haven't lost our minds!
It's our way of saying thanks and giving back to the open-source community that has always support...

Read: https://directus.hashnode.dev/yes-directus-community-cloud-is-free-with-no-quota-limits-on-usage
MongoDB for Startups Is Now an Exclusive Offer in AWS Activate

Read: https://www.mongodb.com/blog/post/mongodb-startups-now-exclusive-offer-aws-activate
Step-by-step example of creating single-table RELATIONAL data models with DynamoDB

Often when creating small web-applications in the past, the burden of having to set up and manage a relational database seemed daunting to me. Even with AWS' managed RDS layer on top of it, I still shuddered at the thought of having to manage this in...

Read: https://cloudengineer.hashnode.dev/step-by-step-example-of-creating-single-table-relational-data-models-with-dynamodb
New Feature of openGauss 3.0.0: Parallel Decoding

https://blog.opengauss.org/en/post/2022/new-feature-of-opengauss-3-0-0-parallel-decoding/
Summary:With the rapid development of information technology, various types of databases emerge one after another. Logical replication is increasingly important...

Read: https://database.hashnode.dev/new-feature-of-opengauss-300-parallel-decoding
New Feature of openGauss 3.0.0: Parallel Decoding

With the rapid development of information technology, various types of databases emerge one after another. Logical replication is increasingly important, with which data can be synchronized between heterogeneous databases. Currently, the average seri...

Read: https://hashnode.com/post/new-feature-of-opengauss-300-parallel-decoding-cl5t7xzsf009t0gnv9dc0cpz9
openGauss Supports SM3 and SM4 Algorithms

Introduction to the Chinese Cryptographic Algorithms
Chinese cryptographic algorithms are Chinese algorithms issued by the State Cryptography Administration Office of Security Commercial Code Administration (OSCCA). Common algorithms include SM1, SM2...

Read: https://hashnode.com/post/opengauss-supports-sm3-and-sm4-algorithms-cl5t875ry00b10gnv0fi34jx7
Регистрация и авторизация в веб-приложении с помощью Spring WebFlux

Подробно описали, как создать регистрацию и авторизацию пользователя при помощи PostgreSQL и Spring WebFlux.

Читать: «Регистрация и авторизация в веб-приложении с помощью Spring WebFlux»
Learn more about dbForge Data Pump for SQL Server

Learn how to use dbForge Data Pump for SQL Server in few minutes. This page features demo resources that will help you dive deep into the tool - https://www.devart.com/dbforge/sql/data-pump/resources.html

Read: https://alextomson.hashnode.dev/learn-more-about-dbforge-data-pump-for-sql-server
Self-hosted EXPLAIN: наглядно и безопасно

С момента первой же хабрапубликации о возможностях нашего сервиса визуализации планов запросов PostgreSQL explain.tensor.ru (а было это уже больше 2 лет назад) пользователи задавали резонный вопрос: "Все у вас круто, но у нас в запросах и планах есть коммерческая инфа, которую отправлять куда-то наружу низзя... Можно как-то ваш сервис развернуть на своей площадке?"

Ну, а почему бы и нет, подумали мы - тем более, некоторые пользователи уже интересовались возможностью интеграции нашего сервиса в свои системы.


Читать: https://habr.com/ru/post/677948/
Мягкое удаление чаще всего не нужно

Те, кто знаком хотя бы с парой разных окружений баз данных продакшена, скорее всего, знают паттерн «мягкого удаления» (soft deletion) — вместо удаления данных напрямую конструкцией DELETEтаблицы получают дополнительную временную метку deleted_atи удаление выполняется конструкцией обновления:

UPDATE foo SET deleted_at = now() WHERE id = $1;
Мягкое удаление необходимо для того, чтобы удаление выполнялось безопаснее и было обратимым. После того, как запись удалили «жёстким» DELETE, теоретически её всё равно можно восстановить, углубившись в слой хранения, но нужно сказать, что вернуть её очень сложно. В теории, при мягком удалении достаточно снова присвоить deleted_atзначение NULL, и на этом всё:

-- и волшебным образом всё вернулось на место!!
UPDATE foo SET deleted_at = NULL WHERE id = $1;


Читать: https://habr.com/ru/post/677932/
Announcing Oracle Database Service for Microsoft Azure

Today, at Microsoft Inspire, Satya Nadella, CEO of Microsoft, and Larry Ellison, Chairman and CTO of Oracle Corporation, announced the availability of the Oracle Database Service for Microsoft Azure.

Read: https://blogs.oracle.com/database/post/announcing-oracle-database-service-for-microsoft-azure
See what's new with MongoDB 6.0

MongoDB 6.0.0 was just released yesterday and is now available for download!
This version has improvements to existing features, also new products have been introduced to empower you to build faster, troubleshoot less, and removes complexity from you...

Read: https://julia.hashnode.dev/whats-new-with-mongodb-60
Locking-Based Isolation at SQL Server

Introduction
In the SQL world, a transaction is a unit of work that include single or multiple operations that query or modify data of a database, transforming the database from one consistent state to another.
To achieve this consistency and guarant...

Read: https://blog.mayallo.com/locking-based-isolation-at-sql-server
👍1
Learn more about DevOps Automation for SQL Server

Learn how to use dbForge DevOps Automation for SQL Server in a few minutes. This page features demo resources that will help you dive deep into the tool - https://www.devart.com/dbforge/sql/database-devops/resources.html

Read: https://alextomson.hashnode.dev/learn-more-about-devops-automation-for-sql-server
SQL Random Function to Generate Random Numbers with Examples

Let's review how to generate or select random numbers within different ranges in SQL Server databases using dbForge Data Generator for SQL Server - https://www.devart.com/dbforge/sql/data-generator/how-to-generate-random-numbers.html

Read: https://alextomson.hashnode.dev/sql-random-function-to-generate-random-numbers-with-examples
Обзор DBaaS: что нужно знать про базы данных в облаке, чтобы не ошибиться с выбором

Обозреваем 8 видов облачных БД. Рассказываем, какие базы данных доступны из облака и для каких задач больше подходит каждая из них.

Читать: «Обзор DBaaS: что нужно знать про базы данных в облаке, чтобы не ошибиться с выбором»
Meet Gabriella Cohen: Expanding MongoDB’s Presence in Israel as the Newest Regional Vice President

Read: https://www.mongodb.com/blog/post/expanding-mongodb-presence-israel-as-newest-regional-vice-president
Automatic Test Framework YAT

The Yet another test (YAT) framework is an automatic test framework based on Python3. The core of the framework is implemented by the Kotlin language. The framework is encapsulated and bonded through Python to provide command line interfaces (CLIs). ...

Read: https://database.hashnode.dev/automatic-test-framework-yat
Replace self-managed database scheduler batch jobs using AWS native solutions

Read: https://aws.amazon.com/blogs/database/replace-self-managed-database-scheduler-batch-jobs-using-aws-native-solutions/
Mobile Edge Computing, Part 1: Delivering Data Faster with Verizon 5G Edge and MongoDB

Read: https://www.mongodb.com/blog/post/delivering-data-faster-verizon-5g-edge-mongodb