One of PostgreSQL's best features is strong adherence to the ANSI-SQL:2008 standard, which makes it a very comfortable choice when switching from other database systems. It's open source, well maintained, industry proven and battle-hardened, with a rich set...
Replication, at least in 2006-2007 was slony and log-shipping. Slony would fail to create new replicas after about 100 gigs on somewhat serious enterprise hardware due to it recreating the database via a pg_dump method which obviously stops working after...
Accessing and Loading relational data into tables is pretty efficient, reliable and fast. Having Singlestore employee as a consultant in the organisation helped us get answers from Singlestore to resolve a lot of minor issues and questions we had with this...
It's unusable as ANSI compliant SQL server. Single and simple insert, update and delete do not work. Data can be loaded faster if it is in perfectly formatted CSV file. It frequently runs out of memory. We have 3 nodes with 2 aggregates with total of 160GB...
One of PostgreSQL's best features is strong adherence to the ANSI-SQL:2008 standard, which makes it a very comfortable choice when switching from other database systems. It's open source, well maintained, industry proven and battle-hardened, with a rich set...
Accessing and Loading relational data into tables is pretty efficient, reliable and fast. Having Singlestore employee as a consultant in the organisation helped us get answers from Singlestore to resolve a lot of minor issues and questions we had with this...
Replication, at least in 2006-2007 was slony and log-shipping. Slony would fail to create new replicas after about 100 gigs on somewhat serious enterprise hardware due to it recreating the database via a pg_dump method which obviously stops working after...
It's unusable as ANSI compliant SQL server. Single and simple insert, update and delete do not work. Data can be loaded faster if it is in perfectly formatted CSV file. It frequently runs out of memory. We have 3 nodes with 2 aggregates with total of 160GB...