Eine aufbereitete Darstellung der Quelle

 
     
 
 
Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 

Benutzer

Quelle  int4.sql

  Sprache: SQL
 

-- int4 check

CREATE TABLE int4tmp (a int4);

\copy int4tmp from 'data/int2.data'

SET enable_seqscan=on;

SELECT count(*) FROM int4tmp WHERE a <  237;

SELECT count(*) FROM int4tmp WHERE a <= 237;

SELECT count(*) FROM int4tmp WHERE a  = 237;

SELECT count(*) FROM int4tmp WHERE a >= 237;

SELECT count(*) FROM int4tmp WHERE a >  237;

SELECT a, a <-> '237' FROM int4tmp ORDER BY a <-> '237' LIMIT 3;

CREATE INDEX int4idx ON int4tmp USING gist ( a );

SET enable_seqscan=off;

SELECT count(*) FROM int4tmp WHERE a <  237::int4;

SELECT count(*) FROM int4tmp WHERE a <= 237::int4;

SELECT count(*) FROM int4tmp WHERE a  = 237::int4;

SELECT count(*) FROM int4tmp WHERE a >= 237::int4;

SELECT count(*) FROM int4tmp WHERE a >  237::int4;

EXPLAIN (COSTS OFF)
SELECT a, a <-> '237' FROM int4tmp ORDER BY a <-> '237' LIMIT 3;
SELECT a, a <-> '237' FROM int4tmp ORDER BY a <-> '237' LIMIT 3;

Messung V0.5 in Prozent
C=93 H=99 G=95

¤ Dauer der Verarbeitung: 0.12 Sekunden  (vorverarbeitet am  2026-08-08) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.






                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Open Source Software

     Quellcodebibliothek
     Eigene Quellcodes
     Fremde Quellcodes
     Suchen

Jenseits des Üblichen ....
    

Besucherstatistik

Besucherstatistik

Statistik
#Sources=277311
#Domains=752002