Files
gentoo/dev-db/hypopg/metadata.xml
Conrad Kostecki 391e57a7b0 dev-db/hypopg: new package, add 1.4.2
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
2026-06-04 14:49:09 +02:00

20 lines
794 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>conikost@gentoo.org</email>
<name>Conrad Kostecki</name>
</maintainer>
<upstream>
<remote-id type="github">HypoPG/hypopg</remote-id>
</upstream>
<longdescription>
HypoPG is a PostgreSQL extension adding support for hypothetical indexes.
A hypothetical - or virtual - index is an index that doesn't really exist,
and thus doesn't cost CPU, disk or any resource to create.
They're useful to know if specific indexes can increase performance for
problematic queries, since you can know if PostgreSQL will use these indexes
or not without having to spend resources to create them.
</longdescription>
</pkgmetadata>