-- Adjust this setting to control where the objects get created. SET search_path = public;
CREATETABLE test ( path ltree); INSERTINTO test VALUES ('Top'); INSERTINTO test VALUES ('Top.Science'); INSERTINTO test VALUES ('Top.Science.Astronomy'); INSERTINTO test VALUES ('Top.Science.Astronomy.Astrophysics'); INSERTINTO test VALUES ('Top.Science.Astronomy.Cosmology'); INSERTINTO test VALUES ('Top.Hobbies'); INSERTINTO test VALUES ('Top.Hobbies.Amateurs_Astronomy'); INSERTINTO test VALUES ('Top.Collections'); INSERTINTO test VALUES ('Top.Collections.Pictures'); INSERTINTO test VALUES ('Top.Collections.Pictures.Astronomy'); INSERTINTO test VALUES ('Top.Collections.Pictures.Astronomy.Stars'); INSERTINTO test VALUES ('Top.Collections.Pictures.Astronomy.Galaxies'); INSERTINTO test VALUES ('Top.Collections.Pictures.Astronomy.Astronauts'); CREATEINDEX path_gist_idx ON test USING gist(path); CREATEINDEX path_idx ON test USING btree(path); CREATEINDEX path_hash_idx ON test USING hash(path);
Messung V0.5 in Prozent
¤ Dauer der Verarbeitung: 0.12 Sekunden
(vorverarbeitet am 2026-08-08)
¤
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.