Contents tagged with Database
-
My input on Designing Data Intensive Applications audiobook
Designing Data-Intensive Applications is a book written by Martin Kleppmann. The paper version consists of 590 pages, and the audiobook is about 21 hours! So, get ready for a marathon if you choose the audio version!
-
How to Import and Export data from PostgreSQL
I am dealing with a Azure Database for PostgreSQL now and a few days ago needed to export a database table with millions of records and import them in another table. As a person coming from Microsoft SQLServer world, I though it must have been a trivial work but in the end spent a couple of hours to figure out how to do that.