Полный курс SQL 2025 | Полный курс SQL для начинающих | Изучите SQL за 11 часов | Intellipaat
https://www.youtube.com/watch?v=R2fQ5-PMju0
https://www.youtube.com/watch?v=R2fQ5-PMju0
YouTube
SQL Full Course 2025 | Complete SQL Course For Beginners | Learn SQL in 11 Hours | Intellipaat
🔥 Checkout Intellipaat's SQL course: https://intellipaat.com/microsoft-sql-server-certification-training/
#SQLFullCourse #SQLCourse #FullSQLCourse #CompleteSQLCourse #SQLTraining #SQLTutorial #SQLForBeginners #SQLTraining #OnlineSQLCourse #LearnSQL #SQLServerTutorial…
#SQLFullCourse #SQLCourse #FullSQLCourse #CompleteSQLCourse #SQLTraining #SQLTutorial #SQLForBeginners #SQLTraining #OnlineSQLCourse #LearnSQL #SQLServerTutorial…
Почему следует использовать компактные столбцы таблицы
https://vladmihalcea.com/compact-table-columns
https://vladmihalcea.com/compact-table-columns
Vlad Mihalcea
Why you should use compact table columns - Vlad Mihalcea
Learn why you should use compact table columns when designing your database schema to get better performance for your SQL queries.
Редактор диаграмм баз данных, позволяющий визуализировать и проектировать вашу базу данных с помощью одного запроса. https://github.com/chartdb/chartdb
GitHub
GitHub - chartdb/chartdb: Database diagrams editor that allows you to visualize and design your DB with a single query.
Database diagrams editor that allows you to visualize and design your DB with a single query. - chartdb/chartdb
Как Google Spanner обеспечивает триллионы строк с доступностью 5 девяток
https://blog.bytebytego.com/p/how-google-spanner-powers-trillions
https://blog.bytebytego.com/p/how-google-spanner-powers-trillions
Bytebytego
How Google Spanner Powers Trillions of Rows with 5 Nines Availability
How to monitor AWS container environments at scale (Sponsored)
Памятка по базам данных: Операции с базами данных
https://www.singlestore.com/blog/the-database-cheatsheet-database-operations/
https://www.singlestore.com/blog/the-database-cheatsheet-database-operations/
SingleStore
The Database Cheatsheet: Database Operations
In this post, we’ll look at common database operations — the essential commands that let you create, select and manage your databases in SingleStore.
Автоматически генерирует красивые и удобные для чтения ER-диаграммы из вашей базы данных.
https://github.com/liam-hq/liam
https://github.com/liam-hq/liam
GitHub
GitHub - liam-hq/liam: Automatically generates beautiful and easy-to-read ER diagrams from your database.
Automatically generates beautiful and easy-to-read ER diagrams from your database. - liam-hq/liam
Ваш код быстрый, но база данных медленная. Что теперь?
Советы по улучшению доступа к базе данных
https://newsletter.systemdesigncodex.com/p/your-code-is-fast-but-your-database
Советы по улучшению доступа к базе данных
https://newsletter.systemdesigncodex.com/p/your-code-is-fast-but-your-database
Systemdesigncodex
Your Code is Fast, But Your Database is Slow—Now What?
Tips to Improve Database Access
jason — идеальное решение, когда вам нужна быстрая и простая в использовании база данных JSON в ваших проектах Bun. Благодаря таким функциям, как проверка схемы, управление параллелизмом и встроенное кэширование, он предоставляет все необходимое в простом пакете.
https://github.com/aurijs/jason
https://github.com/aurijs/jason
GitHub
GitHub - aurijs/jason: Slash database complexity away with jason.
Slash database complexity away with jason. Contribute to aurijs/jason development by creating an account on GitHub.
3 совета и рекомендации по написанию SQL-кода для повышения производительности
https://thenewstack.io/3-sql-writing-tips-and-tricks-to-enhance-productivity
https://thenewstack.io/3-sql-writing-tips-and-tricks-to-enhance-productivity
The New Stack
3 SQL Writing Tips and Tricks To Enhance Productivity
Using common table expressions, good table aliases and your editor’s formatting tools can make SQL easier to read and debug.
Делаем жизнь легче: быстрый поиск в django и postgresql с помощью search_vector
https://habr.com/ru/companies/idaproject/articles/891578/
https://habr.com/ru/companies/idaproject/articles/891578/
Хабр
Делаем жизнь легче: быстрый поиск в django и postgresql с помощью search_vector
Привет, меня зовут Таня и я backend-разработчик в ИдаПроджект . Сегодня хочу рассказать о полнотекстовом поиске — как это все работает в django, а как в postgres, и откуда вообще...