Tablesample and Other Methods for Getting Random Tuples September 20, 2015/0 Comments/in 2ndQuadrant, Gulcin's PlanetPostgreSQL, PostgreSQL /by Gulcin YildirimPostgreSQL’s TABLESAMPLE brings a few more advantages compared to other traditional ways for getting random tuples. Read more
Tablesample In PostgreSQL 9.5 August 7, 2015/0 Comments/in Featured, Gulcin's PlanetPostgreSQL /by Gulcin YildirimPostgreSQL 9.5 introduces support for TABLESAMPLE, an SQL SELECT clause that returns a random sample from a table. Read more