http://www.ibm.com/developerworks/opensource/library/os-postgresecurity/index.html
Tags: #database #security #postgreSQL
Tags: #database #security #postgreSQL
Ibm
Total security in a PostgreSQL database
Database security is the single biggest concern with today's Web-based applications. Without control, you risk exposing sensitive information about your company or, worse yet, your valuable customers. In this article, learn about security measures you can…
http://www.meetspaceapp.com/2016/04/12/passwords-postgresql-pgcrypto.html
Tags: #database #postgresql #security #password
Tags: #database #postgresql #security #password
Meetspaceapp
Hashed Passwords with PostgreSQL's pgcrypto
Users are central to any web application, and when you have users you usually need accounts, and when you have accounts you need password verification and cookies. Almost every web framework in any language has something for storing and comparing passwords…
https://tech.lendinghome.com/practical-guide-to-postgresql-optimizations-d7b9c2ad6a22#.hozmkzq5e
Tags: #database #postgreSQL #performance
Tags: #database #postgreSQL #performance
Medium
Practical Guide to PostgreSQL Optimizations
Basic proficiency with PostgreSQL is one of the highest-leverage skills an engineer can have. Even a cursory understanding of its internals…
https://www.depesz.com/2010/03/02/charx-vs-varcharx-vs-varchar-vs-text/
A comparison among char, varchar(n), varchar and text types in PostgreSQL.
Tags: #PostgreSQL #optimization #database
A comparison among char, varchar(n), varchar and text types in PostgreSQL.
Tags: #PostgreSQL #optimization #database
http://www.cybertec.at/why-favor-postgresql-over-mariadb-mysql/
Tags: #database #postgresql #mysql #mariadb
Tags: #database #postgresql #mysql #mariadb
CYBERTEC
Why favor PostgreSQL over MariaDB / MySQL
For many years MySQL and PostgreSQL were competing databases, which addressed slightly different audiences. Here's why you always should go for PostgreSQL!
https://medium.com/@ankane/introducing-dexter-the-automatic-indexer-for-postgres-5f8fa8b28f27
Tags: #postgresql #database
Tags: #postgresql #database
Medium
Introducing Dexter, the Automatic Indexer for Postgres
Your database knows which queries are running. It also has a pretty good idea of which indexes are best for a given query. And since…