2009-12-22
· 1 min
·
PostgreSQL
Watch the San Francisco PostgreSQL User Group meeting from November 2009, featuring a talk on Tungsten cluster management.
0 comments
2009-11-07
· 6 min
·
Django
Django's autocommit mode eliminates unnecessary transaction overhead for read-only views while enabling PostgreSQL's efficient INSERT...RETURNING syntax for…
5 comments
2009-11-07
· 4 min
·
Django
Django's automatic transaction wrapping works, but does it actually make sense for read-only operations?
2 comments
2009-11-04
· 3 min
·
Django
ORMs make elegant code—until they don't. Watch how object-oriented patterns can quietly multiply your database calls, and learn when to break the rules.
7 comments
2009-11-04
· 1 min
·
PostgreSQL
Mercurial explains things patiently; Git sighs and rolls its eyes. Choose based on your project, not your preferences.
6 comments
2009-10-19
· 5 min
·
Django
Set up Django, PostgreSQL, and Apache to serve your first web app. Step-by-step installation gets your Django project running on mod_wsgi.
0 comments
2009-10-17
· 4 min
·
Django
Install Apache, Python 2.6, psycopg2, and mod_wsgi to get Django running on CentOS with PostgreSQL.
12 comments
2009-10-17
· 3 min
·
Django
Set up PostgreSQL on your VPS: create a postgres user, initialize a database cluster, enable PL/pgSQL and UUID functions, and configure automatic startup on…
1 comment
2009-10-16
· 1 min
·
PostgreSQL
Watch the SFPUG October 2009 meeting video on GUCs (Grand Unified Configuration). Available for direct download or streaming on Vimeo.
3 comments
2009-10-16
· 2 min
·
Django
Building PostgreSQL from source on CentOS 5.3: install dependencies, compile with OpenSSL and UUID support, and get ready to configure your database.
3 comments