Еще один экспортер - позволяет запускать любой sql запрос и возвращает время выполнения в бакетах https://github.com/free/sql_exporter
#prometheus #sql #exporter
#prometheus #sql #exporter
GitHub
GitHub - free/sql_exporter: Database agnostic SQL exporter for Prometheus
Database agnostic SQL exporter for Prometheus. Contribute to free/sql_exporter development by creating an account on GitHub.
Forwarded from I hate overtime
#sql
Продолжаем наш фестиваль "для тех, кому не повезло"😉
Вот огромная репа с кучей полезного для выживания с Sql Server. Есть полезняшки для всех версий скуля, включая Azure Sql
Продолжаем наш фестиваль "для тех, кому не повезло"😉
Вот огромная репа с кучей полезного для выживания с Sql Server. Есть полезняшки для всех версий скуля, включая Azure Sql
GitHub
GitHub - ktaranov/sqlserver-kit: Useful links, scripts, tools and best practice for Microsoft SQL Server Database
Useful links, scripts, tools and best practice for Microsoft SQL Server Database - ktaranov/sqlserver-kit
Forwarded from Sysadmin Tools 🇺🇦
MySQL Performance Tuning Best Practices
https://www.apress.com/us/blog/all-blog-posts/mysql-performance-tuning-best-practices/17936582
#mysql #sql
https://www.apress.com/us/blog/all-blog-posts/mysql-performance-tuning-best-practices/17936582
#mysql #sql
Forwarded from Находки в опенсорсе
sql-lint is a linter for SQL, it brings back any error from the supported servers as well as custom errors written for sql-lint.
sql-lint will show errors about the following things (and more)
- DELETE statements missing WHERE clauses
- DROP/TRUNCATE/ALTER/CREATE statements with invalid options specified
- Odd code points in queries
- Invalid arguments to the LIMIT clause
- Any SQL server errors
sql-lint brings back errors from the supported servers too. It will catch any error from the server. these include but are not limited to:
- Unknown columns on a table
- A non existent database
- A non existent table
- Syntax errors
https://github.com/joereynolds/sql-lint
#ts #sql
sql-lint will show errors about the following things (and more)
- DELETE statements missing WHERE clauses
- DROP/TRUNCATE/ALTER/CREATE statements with invalid options specified
- Odd code points in queries
- Invalid arguments to the LIMIT clause
- Any SQL server errors
sql-lint brings back errors from the supported servers too. It will catch any error from the server. these include but are not limited to:
- Unknown columns on a table
- A non existent database
- A non existent table
- Syntax errors
https://github.com/joereynolds/sql-lint
#ts #sql
Forwarded from Sysadmin Tools 🇺🇦
How #facebook Accelerates #sql at Extreme Scale
https://www.datanami.com/2020/08/31/how-facebook-accelerates-sql-at-extreme-scale/
https://www.datanami.com/2020/08/31/how-facebook-accelerates-sql-at-extreme-scale/
Datanami
How Facebook Accelerates SQL at Extreme Scale
Serving SQL queries on a petabyte of data is one thing, but delivering it at Facebook’s scale is something else entirely. Earlier this year, the social
Forwarded from Sysadmin Tools 🇺🇦
INTRODUCTION TO CLICKHOUSE BACKUPS AND CLICKHOUSE-BACKUP
https://altinity.com/blog/introduction-to-clickhouse-backups-and-clickhouse-backup
#clickhouse #sql
https://altinity.com/blog/introduction-to-clickhouse-backups-and-clickhouse-backup
#clickhouse #sql
Forwarded from Sysadmin Tools 🇺🇦
Postgres 13 Observability
https://dataegret.com/2020/10/postgres-13-observability-updates/
#sql #postgres
https://dataegret.com/2020/10/postgres-13-observability-updates/
#sql #postgres
Data Egret
Postgres 13 Observability Updates - Data Egret
New shiny Postgres 13 has been released and now it’s the time for making some updates to “Postgres Observability” diagram. New release includes many improvements related to...
Forwarded from Sysadmin Tools 🇺🇦
🐘 Да, 2 года видео, но таки не советы остаются полезны и применимы и сейчас
https://youtube.com/watch?feature=emb_title&v=IFIXpm73qtk
#postgresql #sql #optimization #postgres
https://youtube.com/watch?feature=emb_title&v=IFIXpm73qtk
#postgresql #sql #optimization #postgres
YouTube
PostgreSQL Configuration for Humans / Alvaro Hernandez (OnGres)
HighLoad++ 2017
Тезисы:
http://www.highload.ru/2017/abstracts/3096.html
PostgreSQL is the world’s most advanced open source database. Indeed! With around 270 configuration parameters in postgresql.conf, plus all the knobs in pg_hba.conf, it is definitely…
Тезисы:
http://www.highload.ru/2017/abstracts/3096.html
PostgreSQL is the world’s most advanced open source database. Indeed! With around 270 configuration parameters in postgresql.conf, plus all the knobs in pg_hba.conf, it is definitely…
👍1
Forwarded from Sysadmin Tools 🇺🇦
Воу-воу, что тут подкинул @oleg_log
Postgres Observability https://pgstats.dev/
Всё в анимациях, что бы наглядно и красиво🤘
#postgresql #observability #sql
Postgres Observability https://pgstats.dev/
Всё в анимациях, что бы наглядно и красиво🤘
#postgresql #observability #sql
Forwarded from Sysadmin Tools 🇺🇦
DBaaS on Kubernetes: Under the Hood
https://www.percona.com/blog/2021/02/08/dbaas-on-kubernetes-under-the-hood/
#k8s #kubernetes #percona #sql #mysql #postgresql #dbaas #docker
https://www.percona.com/blog/2021/02/08/dbaas-on-kubernetes-under-the-hood/
#k8s #kubernetes #percona #sql #mysql #postgresql #dbaas #docker
Forwarded from Sysadmin Tools 🇺🇦
tfquery
is a framework that allows running #sql queries on #terraform code. It's made to analyze your Terraform infrastructure, locate resources, run security compliance checks, spot misconfigured resources, develop CI #benchmarks, and much more.