Forwarded from Базы данных (Data Base)
Media is too big
VIEW IN TELEGRAM
Media is too big
VIEW IN TELEGRAM
Media is too big
VIEW IN TELEGRAM
Media is too big
VIEW IN TELEGRAM
Media is too big
VIEW IN TELEGRAM
Media is too big
VIEW IN TELEGRAM
Media is too big
VIEW IN TELEGRAM
Media is too big
VIEW IN TELEGRAM
Media is too big
VIEW IN TELEGRAM
Быстрый курс по SQL для начинающих
Что такое SQL? Как работать с WebSQL? Основы SQL | SQL для начинающих
SQL WHERE. Операторы SQL. Булева алгебра в SQL. LIKE, BETWEEN, IS, IN
SQL ORDER BY, DISTINCT, UNION ALL, LIMIT
SQL нормализация и денормализация базы данных. Склейка таблиц через FROM (аналог SQL JOIN)
SQL JOIN. LEFT JOIN. Что такое связь многие ко многому и один ко многому
SQL GROUP BY HAVING и агрегирующие функции COUNT, SUM, AVG, MIN, MAX. Практика SQL
SQL вложенные запросы в EXISTS, IN, FROM, SELECT. Практика SQL
SQL DELETE, UPDATE SET, INSERT INTO SELECT. Практика SQL
SQL WITH, VIEW. Книга по SQL. Правильное построение запросов в SQL. Практика SQL
источник
#db
👉 @database_info
Что такое SQL? Как работать с WebSQL? Основы SQL | SQL для начинающих
SQL WHERE. Операторы SQL. Булева алгебра в SQL. LIKE, BETWEEN, IS, IN
SQL ORDER BY, DISTINCT, UNION ALL, LIMIT
SQL нормализация и денормализация базы данных. Склейка таблиц через FROM (аналог SQL JOIN)
SQL JOIN. LEFT JOIN. Что такое связь многие ко многому и один ко многому
SQL GROUP BY HAVING и агрегирующие функции COUNT, SUM, AVG, MIN, MAX. Практика SQL
SQL вложенные запросы в EXISTS, IN, FROM, SELECT. Практика SQL
SQL DELETE, UPDATE SET, INSERT INTO SELECT. Практика SQL
SQL WITH, VIEW. Книга по SQL. Правильное построение запросов в SQL. Практика SQL
источник
#db
👉 @database_info
Slow Down! Rate Limiting Deep Dive
What exactly is rate limiting? It's a control mechanism that dictates how often a user can call your API within a certain time frame.
https://www.codereliant.io/rate-limiting-deep-dive/
What exactly is rate limiting? It's a control mechanism that dictates how often a user can call your API within a certain time frame.
https://www.codereliant.io/rate-limiting-deep-dive/
CodeReliant
Slow Down! Rate Limiting Deep Dive
In this article we will review different types of rate limiting algorithms and provide a sample implementation using Java.
Что происходит, когда запускаешь «Hello World» в Linux
https://habr.com/ru/companies/ruvds/articles/753506/
https://habr.com/ru/companies/ruvds/articles/753506/
Хабр
Что происходит, когда запускаешь «Hello World» в Linux
Сегодня я задумалась о том, что происходит, когда запускаешь в Linux простую программу «Hello World» на Python. print("hello world") Вот как это выглядит в командной строке: $ python3...
Make your backend more reliable using Nginx caching proxy
Про настройку кеширующего nginx
https://www.sheshbabu.com/posts/nginx-caching-proxy/
#nginx #cache #напочитать
Про настройку кеширующего nginx
https://www.sheshbabu.com/posts/nginx-caching-proxy/
#nginx #cache #напочитать
Shesh's blog
Make your backend more reliable using Nginx caching proxy
Building Self-driving Kafka clusters using open source components
https://slack.engineering/building-self-driving-kafka-clusters-using-open-source-components
#kafka
https://slack.engineering/building-self-driving-kafka-clusters-using-open-source-components
#kafka
Slack Engineering
Building Self-driving Kafka clusters using open source components - Slack Engineering
In this article, I will talk about how Slack uses Kafka, and how a small-but-mighty team built and operationalized a self-driving Kafka cluster over the last four years to run at scale. Kafka is used at Slack as a pub-sub system, playing an essential role…
A journey into the Linux scheduler
Интересный материал про то как устроен планировщик linux.
http://maxgio92.github.io/posts/linux-scheduler-journey/
#linux #scheduler #напочитать
Интересный материал про то как устроен планировщик linux.
http://maxgio92.github.io/posts/linux-scheduler-journey/
#linux #scheduler #напочитать
blog.maxgio.me
A journey into the Linux scheduler
Two years ago more or less I started my journey in Linux. I was scared at first and I didn’t know where to start from. But then I decided to buy a book - and what a book! - in order to follow a path.
Along the way, I integrated the material with up-to-date…
Along the way, I integrated the material with up-to-date…
SREcon23 Asia/Pacific
Записи докладов с SREcon23 Asia/Pacific
https://www.youtube.com/playlist?list=PLbRoZ5Rrl5ldnsuIyb3X-t6zG3IDcnaRn
#video #youtube #srecon #sre
Записи докладов с SREcon23 Asia/Pacific
https://www.youtube.com/playlist?list=PLbRoZ5Rrl5ldnsuIyb3X-t6zG3IDcnaRn
#video #youtube #srecon #sre
Building a Successful SRE Team
Уроки которые, по мнению автора, помогут построить успешную SRE команду.
* Focus on Developer Training
* Focus on the Right Abstractions
* Focus on Self Service
* Automate Yourself out of a job
https://medium.com/@hans.knechtions/building-a-successful-sre-team-283232bc2694
#sre #team #напочитать
Уроки которые, по мнению автора, помогут построить успешную SRE команду.
* Focus on Developer Training
* Focus on the Right Abstractions
* Focus on Self Service
* Automate Yourself out of a job
https://medium.com/@hans.knechtions/building-a-successful-sre-team-283232bc2694
#sre #team #напочитать
Medium
Building a Successful SRE Team
Successful techniques to ensure your SRE team delivers value
Monitoring Kubernetes tutorial: using Grafana and Prometheus
Еще одно руководство о том, как использовать пром и графану для мониторинга куба.
https://www.metricfire.com/blog/monitoring-kubernetes-tutorial-using-grafana-and-prometheus
#monitoring #kuber #k8s #prometheus #grafana
Еще одно руководство о том, как использовать пром и графану для мониторинга куба.
https://www.metricfire.com/blog/monitoring-kubernetes-tutorial-using-grafana-and-prometheus
#monitoring #kuber #k8s #prometheus #grafana
Metricfire
Monitoring Kubernetes tutorial: Using Grafana and Prometheus
Learn to monitor Kubernetes from deploying Prometheus and Grafana with Helm, and then building dashboards for key Kubernetes metrics.
⚙️ Статья о размерах буферов в TCP, и ситуациях, когда их стоит увеличить.
https://madflojo.medium.com/maximizing-tcp-throughput-in-linux-understanding-and-tuning-send-and-receive-buffers-92df654c415f
#network #tcp #напочитать
https://madflojo.medium.com/maximizing-tcp-throughput-in-linux-understanding-and-tuning-send-and-receive-buffers-92df654c415f
#network #tcp #напочитать
Через реки, через лес прямо к PowerDNS
Как построить высокодоступный dns сервис.
https://habr.com/ru/companies/ozontech/articles/722042/
#dns #powerdns #bgp #anycast #cache #loadbalancer
Как построить высокодоступный dns сервис.
https://habr.com/ru/companies/ozontech/articles/722042/
#dns #powerdns #bgp #anycast #cache #loadbalancer
Хабр
Через реки, через лес прямо к PowerDNS
Всем привет! Меня зовут Максим, я руководитель одной из групп эксплуатации инфраструктурных сервисов в Ozon. Наша команда занимается поддержкой и развитием нескольких базовых сервисов компании, одним...
The mpiFileUtils suite solves this problem by offering MPI-based tools for basic tasks like copy, remove, and compare for such datasets, delivering orders of magnitude in performance speedup over their single-process counterparts.
https://hpc.github.io/mpifileutils/
#tools #hpc #copy
https://hpc.github.io/mpifileutils/
#tools #hpc #copy
На сайте представленна карта действий которые нужно сделать чтоб чтобы пройти путь от 90 до 99.999 доступности при создании надежной системы.
p.s Список достаточно спорный.
https://r9y.dev/
#sre
p.s Список достаточно спорный.
https://r9y.dev/
#sre
r9y.dev
Putting the 9s into reliability
Grafana Loki: performance optimization with Recording Rules, caching, and parallel queries
В статье рассказывается как автор смог оптимизировать скорость выполнение запроса с 5.35 секунд до 98 милисекунд.
https://itnext.io/grafana-loki-performance-optimization-with-recording-rules-caching-and-parallel-queries-28b6ebba40c4
#loki #performance #monitoring #kuber #k8s #memcache #bolddb #prometheus #напочитать
В статье рассказывается как автор смог оптимизировать скорость выполнение запроса с 5.35 секунд до 98 милисекунд.
https://itnext.io/grafana-loki-performance-optimization-with-recording-rules-caching-and-parallel-queries-28b6ebba40c4
#loki #performance #monitoring #kuber #k8s #memcache #bolddb #prometheus #напочитать
Medium
Grafana Loki: performance optimization with Recording Rules, caching, and parallel queries
Improve the performance and CPU/Memory resources usage by Grafana Loki components with Recording Rules and caching