Advertising
advertising
related pastes to tag 'postgresql'
- 1883276 - Hibernate PostgreSQL UUID Suppor: postgresql uuid hibernate postgres dialect
-
- package hypernova.model.persistence;
- import java.io.Serializable;
- import java.sql.PreparedStatement;
- import java.sql.ResultSet;
- import java.sql.SQLException;
- import java.sql.Types;
- import java.util.UUID;
- 1883274 - Hibernate PostgreSQL UUID Suppor: postgresql uuid hibernate postgres dialect
-
- package hypernova.model.persistence;
- import java.sql.Types;
- import org.hibernate.dialect.PostgreSQLDialect;
- public class PostgreSQLDialectUUID extends PostgreSQLDialect {
- 1237816 - MySQL vs. PostgreSQL: mysql postgresql db
-
- 00:11 -!- dammit [~midom@84-80-6-088.static.zebra.lt] has joined #rapidxen
- 00:11 < dammit> hi!
- 00:11 -!- dammit is now known as domas
- 00:11 < Diablo-D3> hi domas
- 00:11 < Diablo-D3> this makes it easier :P
- 00:11 * werdnus sits back.
- 00:11 < Diablo-D3> <Diablo-D3> I answered why google uses mysql... its only on small projects that haven't been moved to the big db... they have projects using all sorts of different dbs, but they all
- eventually get moved to the big db if they become google products
- 697198 - robbat2: mogilefs postgresql
-
- BEFORE
- ======
- mogilefs=# SELECT relname, pg_type.typname, relkind, reltuples, relpages
- FROM pg_class LEFT JOIN pg_type ON reltype=pg_type.oid
- WHERE relpages>32 AND relnamespace=2200
- ORDER BY relpages DESC ;
- relname | typname | relkind | reltuples | relpages
- 696426 - robbat2: mogilefs postgresql
-
- mogilefs=# SELECT relname, pg_type.typname, relkind, reltuples, relpages
- FROM pg_class LEFT JOIN pg_type ON reltype=pg_type.oid
- WHERE relpages>32 AND relnamespace=2200
- ORDER BY relpages DESC ;
- relname | typname | relkind | reltuples | relpages
- -------------------------------+---------+---------+-------------+----------
- file_dmid_key | | i | 896800 | 42142