Install Apache/PHP 5.3.10 on Fedora 16/15, CentOS/Red Hat (RHEL) 6.2/5.7
This guide shows howto install Apache HTTP Server (httpd) with PHP 5.3.10 and following modules on Fedora 16/15/14/13/12, CentOS...
Read MorePostgreSQL: Select a Random Number in a Range (Between Two Numbers)
This is quick tip howto select a random number in a range. Example random number between 1-100 (>= 1 and < 100). This is actually very easy...
Read MorePostgreSQL Sleep Function pg_sleep – Postgres Delay Execution
One day, I was looking for PostgreSQL database function, which could delay the execution of queries. At first I thought that I will do one...
Read MoreInstall PostgreSQL 8.4 Database Server on CentOS, Fedora, Red Hat
This is quick guide howto install PostgreSQL 8.4 (current stable 8.4.7) database server on CentOS, Fedora and Red Hat. Fedora 14, Fedora...
Read MorePostgreSQL: Partitioned Table vs Non Partitioned Table (Part 3)
This article compares the speed and performance of queries between partitioned and non partitioned PostgreSQL tables. However, it is...
Read MorePHP Script to Generate PostgreSQL Table Partitioning (Part 2)
As Part 1 (Howto create PostgreSQL table partitioning) shows, making of PostgreSQL partitioning needs a lot of SQL commands. So this Part 2...
Read MoreCreate PostgreSQL Table Partitioning (Part 1)
PostgreSQL supports partitioning via table inheritance. So the partitioning is made in such a way that every child table inherits single...
Read MorePartitioning PostgreSQL Tables – Handle Millions of Rows Efficiently
PostgreSQL table partitioning means splitting one large database table into smaller logical pieces. PostgreSQL table partitioning will be...
Read MorePostgresql (psql) .psqlrc tips and tricks
Psql is a good tool for the PostgreSQL database management and use. Psql client functioning can easily be improved by adding a few lines...
Read More