Skip to content
Snippets Groups Projects
  • Simon Riggs's avatar
    f6d208d6
    TABLESAMPLE, SQL Standard and extensible · f6d208d6
    Simon Riggs authored
    Add a TABLESAMPLE clause to SELECT statements that allows
    user to specify random BERNOULLI sampling or block level
    SYSTEM sampling. Implementation allows for extensible
    sampling functions to be written, using a standard API.
    Basic version follows SQLStandard exactly. Usable
    concrete use cases for the sampling API follow in later
    commits.
    
    Petr Jelinek
    
    Reviewed by Michael Paquier and Simon Riggs
    f6d208d6
    History
    TABLESAMPLE, SQL Standard and extensible
    Simon Riggs authored
    Add a TABLESAMPLE clause to SELECT statements that allows
    user to specify random BERNOULLI sampling or block level
    SYSTEM sampling. Implementation allows for extensible
    sampling functions to be written, using a standard API.
    Basic version follows SQLStandard exactly. Usable
    concrete use cases for the sampling API follow in later
    commits.
    
    Petr Jelinek
    
    Reviewed by Michael Paquier and Simon Riggs