Changing column type in Postgres should be a quick ALTER TABLE command, but that has downstream impacts you should consider. Radim Marek dives into the internals of what Postgres must do and how to safely change column type for production environments
OtterTune
软件开发
Pittsburgh,PA 2,859 位关注者
Automatically optimize your AWS MySQL or PostgreSQL databases.
关于我们
OtterTune automatically optimizes the configuration of Amazon-based PostgreSQL and MySQL databases to improve performance, reduce costs and maintain healthy operations.
- 网站
-
https://ottertune.com/
OtterTune的外部链接
- 所属行业
- 软件开发
- 规模
- 11-50 人
- 总部
- Pittsburgh,PA
- 类型
- 私人持股
- 创立
- 2020
- 领域
- PostgreSQL、MySQL、Amazon RDS和Amazon Aurora
地点
-
主要
US,PA,Pittsburgh,15217
OtterTune员工
-
Dr. Manu Kumar ????
Chief Firestarter @ K9Ventures ? Co-founder @ Carta ? Co-founder & CEO @ HiHello ? Investor in Lyft, Twilio, Auth0, Carta, LucidChart, Everlaw, &…
-
Dao Chen
Engineering Leader
-
Dana Van Aken
Co-Founder & CTO at OtterTune | ottertune.com
-
Prateeksha Singh
Software Engineer at Microsoft
动态
-
Like Postgres, a stock implementation of MySQL will only get you so far and throwing more hardware power at issues isn't a scalable solution. Olivier DASINI provides a number of MySQL performance tips.
-
Now this is our kind of documentary: a history of SQL and relational databases. Many thanks to Asianometry for putting to this together. Be sure to check out his other SQL videos, too.
The Birth of SQL & the Relational Database
https://www.youtube.com/
-
Tired of creating indexes in Postgres? Dexter can do it for you. Dileep Kumar shows you how to install and use Dexter. When it comes to indexes, more is not always better, so proceed with caution.
-
Connection pooling recycles database connections for multiple requests instead of closing them immediately when a query has completed, helping with throughput and latency. Shadab M. gives an overview of how to install and use PgBouncer.
-
Have you every tuned some of the memory-related knobs or parameters in Postgres? Hüseyin Demir goes over nine of them, showing how tuning them can improve latency 10-20% and vacuum performance 12.5%. OtterTune tunes many of these automatically.
-
How much do you know about Postgres data types? Rustcode Web provides an overview of numeric, character, temporal, boolean, binary, array, JSON (and JSONB) and geometric types.
-
Join Mateus Trentz for a step-by-step guide about SQL window functions.