Comment on Amazon DynamoDB TransactionsparentComments−ddorian437yExample: psycopg2 (python-postgresql driver) doesn't have (or sucks) prepared statements compared to cassandra driver.−ngrilly7yRight, but that has nothing to do with connection pooling and sync. And there is no structural reason that makes easier to implemented prepared statements for PostgreSQL than for Cassandra. It's anecdotal evidence.
Comments
Example: psycopg2 (python-postgresql driver) doesn't have (or sucks) prepared statements compared to cassandra driver.
Right, but that has nothing to do with connection pooling and sync. And there is no structural reason that makes easier to implemented prepared statements for PostgreSQL than for Cassandra. It's anecdotal evidence.