<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns="http://purl.org/rss/1.0/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><channel rdf:about="https://www.bibsonomy.org/concept/tag/postgres"><title>BibSonomy bookmarks for /concept/tag/postgres</title><link>https://www.bibsonomy.org/concept/tag/postgres</link><description>BibSonomy RSS Feed for /concept/tag/postgres</description><items><rdf:Seq><rdf:li rdf:resource="https://www.atlassian.com/data/admin/how-to-view-which-postgres-version-is-running"/><rdf:li rdf:resource="https://challahscript.com/what_i_wish_someone_told_me_about_postgres"/><rdf:li rdf:resource="https://www.kylehailey.com/post/postgres-partition-conversion-minimal-downtime"/><rdf:li rdf:resource="https://www.adyen.com/knowledge-hub/maintenance-under-pressure"/><rdf:li rdf:resource="https://unix.stackexchange.com/questions/735327/upgrade-your-postgresql-database-from-14-to-15-on-debian"/><rdf:li rdf:resource="https://maciejwalkowiak.com/blog/postgres-uuid-primary-key/"/><rdf:li rdf:resource="https://neon.tech/blog/neon-ga"/><rdf:li rdf:resource="https://news.ycombinator.com/item?id=40040593"/><rdf:li rdf:resource="https://news.ycombinator.com/item?id=39975596"/><rdf:li rdf:resource="https://www.paradedb.com/"/><rdf:li rdf:resource="https://github.com/getlago/lago/wiki/Using-Clickhouse-to-scale-an-events-engine"/><rdf:li rdf:resource="https://www.hydra.so/"/><rdf:li rdf:resource="https://github.com/supabase/index_advisor"/><rdf:li rdf:resource="https://github.com/stackframe-projects/pgmock"/><rdf:li rdf:resource="https://github.com/electric-sql/pglite"/><rdf:li rdf:resource="https://shekhargulati.com/2022/07/08/my-notes-on-gitlabs-postgres-schema-design/"/><rdf:li rdf:resource="https://github.com/dimitri/pgloader"/><rdf:li rdf:resource="https://www.cybertec-postgresql.com/en/postgresql-exclusion-constraints-beyond-unique/"/><rdf:li rdf:resource="https://news.ycombinator.com/item?id=38914764"/><rdf:li rdf:resource="https://github.com/pgvector/pgvector#getting-started"/></rdf:Seq></items></channel><item rdf:about="https://www.atlassian.com/data/admin/how-to-view-which-postgres-version-is-running"><title>How to Determine Your Postgres Version | Atlassian</title><description>SELECT version();
</description><link>https://www.atlassian.com/data/admin/how-to-view-which-postgres-version-is-running</link><dc:creator>jil</dc:creator><dc:date>2024-11-13T17:14:10+01:00</dc:date><dc:subject>version select sql postgres </dc:subject><content:encoded>&lt;span itemprop=&#034;description&#034;&gt;SELECT version();
&lt;/span&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/version"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/select"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/sql"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/postgres"/></rdf:Bag></taxo:topics></item><item rdf:about="https://challahscript.com/what_i_wish_someone_told_me_about_postgres"><title>What I Wish Someone Told Me About Postgres | ChallahScript</title><description></description><link>https://challahscript.com/what_i_wish_someone_told_me_about_postgres</link><dc:creator>bshanks</dc:creator><dc:date>2024-11-12T04:13:49+01:00</dc:date><dc:subject>postgresql sql postgres </dc:subject><content:encoded>&lt;a itemprop=&#034;url&#034; data-versiondate=&#034;2024-11-12T04:13:49+01:00&#034; href=&#034;https://challahscript.com/what_i_wish_someone_told_me_about_postgres&#034; rel=&#034;nofollow&#034; class=&#034;description-link&#034;&gt;https://challahscript.com/what_i_wish_someone_told_me_about_postgres&lt;/a&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/postgresql"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/sql"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/postgres"/></rdf:Bag></taxo:topics></item><item rdf:about="https://www.kylehailey.com/post/postgres-partition-conversion-minimal-downtime"><title>Postgres Partition Conversion: minimal downtime</title><description>Basically there are 4 steps:

    Rename old table

    Create new table 

         with partitioning 

    Add constraint on old table for it&#039;s proposed partition ranges

    Attach old table as a partition to new partition table

Sounds easy right?

What about indexes? What about Triggers?

And guess what, there are other traps to watch out for!</description><link>https://www.kylehailey.com/post/postgres-partition-conversion-minimal-downtime</link><dc:creator>jil</dc:creator><dc:date>2024-08-21T22:58:31+02:00</dc:date><dc:subject>partition set pain pita psql convert create variable postgres script </dc:subject><content:encoded>&lt;span itemprop=&#034;description&#034;&gt;Basically there are 4 steps:

    Rename old table

    Create new table 

         with partitioning 

    Add constraint on old table for it&amp;#039;s proposed partition ranges

    Attach old table as a partition to new partition table

Sounds easy right?

What about indexes? What about Triggers?

And guess what, there are other traps to watch out for!&lt;/span&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/partition"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/set"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/pain"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/pita"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/psql"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/convert"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/create"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/variable"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/postgres"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/script"/></rdf:Bag></taxo:topics></item><item rdf:about="https://www.adyen.com/knowledge-hub/maintenance-under-pressure"><title>A Deep Dive into Table partitioning Part 3 - Maintenance under pressure - Adyen</title><description>-- Add the check constraint
alter table public.test_partition_10_25 add constraint test_partition_10_25_constraint CHECK (id &gt;= 10 AND id &lt;25) NOT VALID;
update pg_constraint pgc 
SET convalidated = true 
FROM pg_class c
    WHERE
        c.oid = pgc.conrelid
        AND connamespace = &#039;public&#039;::regnamespace::oid
        AND c.relname = &#039;test_partition_10_25&#039;
        AND conname = &#039;test_partition_10_25_constraint&#039;;</description><link>https://www.adyen.com/knowledge-hub/maintenance-under-pressure</link><dc:creator>jil</dc:creator><dc:date>2024-08-19T16:50:21+02:00</dc:date><dc:subject>hack manually not check valid update constraint force validate table postgres </dc:subject><content:encoded>&lt;span itemprop=&#034;description&#034;&gt;-- Add the check constraint
alter table public.test_partition_10_25 add constraint test_partition_10_25_constraint CHECK (id &amp;gt;= 10 AND id &amp;lt;25) NOT VALID;
update pg_constraint pgc 
SET convalidated = true 
FROM pg_class c
    WHERE
        c.oid = pgc.conrelid
        AND connamespace = &amp;#039;public&amp;#039;::regnamespace::oid
        AND c.relname = &amp;#039;test_partition_10_25&amp;#039;
        AND conname = &amp;#039;test_partition_10_25_constraint&amp;#039;;&lt;/span&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/hack"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/manually"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/not"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/check"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/valid"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/update"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/constraint"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/force"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/validate"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/table"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/postgres"/></rdf:Bag></taxo:topics></item><item rdf:about="https://unix.stackexchange.com/questions/735327/upgrade-your-postgresql-database-from-14-to-15-on-debian"><title>Upgrade your postgreSQL Database from 14 to 15 on Debian - Unix &amp; Linux Stack Exchange</title><description></description><link>https://unix.stackexchange.com/questions/735327/upgrade-your-postgresql-database-from-14-to-15-on-debian</link><dc:creator>jil</dc:creator><dc:date>2024-07-29T13:57:06+02:00</dc:date><dc:subject>debian update postgres </dc:subject><content:encoded>&lt;a itemprop=&#034;url&#034; data-versiondate=&#034;2024-07-29T13:57:06+02:00&#034; href=&#034;https://unix.stackexchange.com/questions/735327/upgrade-your-postgresql-database-from-14-to-15-on-debian&#034; rel=&#034;nofollow&#034; class=&#034;description-link&#034;&gt;https://unix.stackexchange.com/questions/735327/upgrade-your-postgresql-database-from-14-to-15-on-debian&lt;/a&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/debian"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/update"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/postgres"/></rdf:Bag></taxo:topics></item><item rdf:about="https://maciejwalkowiak.com/blog/postgres-uuid-primary-key/"><title>Maciej Walkowiak | PostgreSQL and UUID as primary key</title><description></description><link>https://maciejwalkowiak.com/blog/postgres-uuid-primary-key/</link><dc:creator>bshanks</dc:creator><dc:date>2024-07-08T01:03:34+02:00</dc:date><dc:subject>postgresql uuid db primarykey postgres </dc:subject><content:encoded>&lt;a itemprop=&#034;url&#034; data-versiondate=&#034;2024-07-08T01:03:34+02:00&#034; href=&#034;https://maciejwalkowiak.com/blog/postgres-uuid-primary-key/&#034; rel=&#034;nofollow&#034; class=&#034;description-link&#034;&gt;https://maciejwalkowiak.com/blog/postgres-uuid-primary-key/&lt;/a&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/postgresql"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/uuid"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/db"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/primarykey"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/postgres"/></rdf:Bag></taxo:topics></item><item rdf:about="https://neon.tech/blog/neon-ga"><title>Neon: A New Approach to Database Development - Neon</title><description></description><link>https://neon.tech/blog/neon-ga</link><dc:creator>bshanks</dc:creator><dc:date>2024-04-16T18:12:02+02:00</dc:date><dc:subject>postgres </dc:subject><content:encoded>&lt;a itemprop=&#034;url&#034; data-versiondate=&#034;2024-04-16T18:12:02+02:00&#034; href=&#034;https://neon.tech/blog/neon-ga&#034; rel=&#034;nofollow&#034; class=&#034;description-link&#034;&gt;https://neon.tech/blog/neon-ga&lt;/a&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/postgres"/></rdf:Bag></taxo:topics></item><item rdf:about="https://news.ycombinator.com/item?id=40040593"><title>Neon Serverless Postgres is generally available | Hacker News</title><description></description><link>https://news.ycombinator.com/item?id=40040593</link><dc:creator>bshanks</dc:creator><dc:date>2024-04-16T18:11:53+02:00</dc:date><dc:subject>postgres </dc:subject><content:encoded>&lt;a itemprop=&#034;url&#034; data-versiondate=&#034;2024-04-16T18:11:53+02:00&#034; href=&#034;https://news.ycombinator.com/item?id=40040593&#034; rel=&#034;nofollow&#034; class=&#034;description-link&#034;&gt;https://news.ycombinator.com/item?id=40040593&lt;/a&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/postgres"/></rdf:Bag></taxo:topics></item><item rdf:about="https://news.ycombinator.com/item?id=39975596"><title>Distributed SQLite: Paradigm shift or hype? | Hacker News</title><description></description><link>https://news.ycombinator.com/item?id=39975596</link><dc:creator>bshanks</dc:creator><dc:date>2024-04-16T03:08:43+02:00</dc:date><dc:subject>sqlite postgres </dc:subject><content:encoded>&lt;a itemprop=&#034;url&#034; data-versiondate=&#034;2024-04-16T03:08:43+02:00&#034; href=&#034;https://news.ycombinator.com/item?id=39975596&#034; rel=&#034;nofollow&#034; class=&#034;description-link&#034;&gt;https://news.ycombinator.com/item?id=39975596&lt;/a&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/sqlite"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/postgres"/></rdf:Bag></taxo:topics></item><item rdf:about="https://www.paradedb.com/"><title>ParadeDB - Postgres for Search and Analytics</title><description></description><link>https://www.paradedb.com/</link><dc:creator>bshanks</dc:creator><dc:date>2024-04-14T22:00:26+02:00</dc:date><dc:subject>db olap postgres </dc:subject><content:encoded>&lt;a itemprop=&#034;url&#034; data-versiondate=&#034;2024-04-14T22:00:26+02:00&#034; href=&#034;https://www.paradedb.com/&#034; rel=&#034;nofollow&#034; class=&#034;description-link&#034;&gt;https://www.paradedb.com/&lt;/a&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/db"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/olap"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/postgres"/></rdf:Bag></taxo:topics></item><item rdf:about="https://github.com/getlago/lago/wiki/Using-Clickhouse-to-scale-an-events-engine"><title>Using Clickhouse to scale an events engine · getlago/lago Wiki</title><description></description><link>https://github.com/getlago/lago/wiki/Using-Clickhouse-to-scale-an-events-engine</link><dc:creator>bshanks</dc:creator><dc:date>2024-04-14T21:53:21+02:00</dc:date><dc:subject>clickhouse column db olap postgres </dc:subject><content:encoded>&lt;a itemprop=&#034;url&#034; data-versiondate=&#034;2024-04-14T21:53:21+02:00&#034; href=&#034;https://github.com/getlago/lago/wiki/Using-Clickhouse-to-scale-an-events-engine&#034; rel=&#034;nofollow&#034; class=&#034;description-link&#034;&gt;https://github.com/getlago/lago/wiki/Using-Clickhouse-to-scale-an-events-engine&lt;/a&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/clickhouse"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/column"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/db"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/olap"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/postgres"/></rdf:Bag></taxo:topics></item><item rdf:about="https://www.hydra.so/"><title>Hydra - Fast Postgres Analytics ++</title><description></description><link>https://www.hydra.so/</link><dc:creator>bshanks</dc:creator><dc:date>2024-04-14T21:53:12+02:00</dc:date><dc:subject>column db olap postgres </dc:subject><content:encoded>&lt;a itemprop=&#034;url&#034; data-versiondate=&#034;2024-04-14T21:53:12+02:00&#034; href=&#034;https://www.hydra.so/&#034; rel=&#034;nofollow&#034; class=&#034;description-link&#034;&gt;https://www.hydra.so/&lt;/a&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/column"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/db"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/olap"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/postgres"/></rdf:Bag></taxo:topics></item><item rdf:about="https://github.com/supabase/index_advisor"><title>supabase/index_advisor: PostgreSQL Index Advisor</title><description>PostgreSQL</description><link>https://github.com/supabase/index_advisor</link><dc:creator>bshanks</dc:creator><dc:date>2024-04-14T19:29:44+02:00</dc:date><dc:subject>PostgreSQL Postgres </dc:subject><content:encoded>&lt;span itemprop=&#034;description&#034;&gt;PostgreSQL&lt;/span&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/PostgreSQL"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/Postgres"/></rdf:Bag></taxo:topics></item><item rdf:about="https://github.com/stackframe-projects/pgmock"><title>stackframe-projects/pgmock: In-memory Postgres for unit/E2E tests</title><description></description><link>https://github.com/stackframe-projects/pgmock</link><dc:creator>bshanks</dc:creator><dc:date>2024-04-08T16:40:07+02:00</dc:date><dc:subject>postgres </dc:subject><content:encoded>&lt;a itemprop=&#034;url&#034; data-versiondate=&#034;2024-04-08T16:40:07+02:00&#034; href=&#034;https://github.com/stackframe-projects/pgmock&#034; rel=&#034;nofollow&#034; class=&#034;description-link&#034;&gt;https://github.com/stackframe-projects/pgmock&lt;/a&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/postgres"/></rdf:Bag></taxo:topics></item><item rdf:about="https://github.com/electric-sql/pglite"><title>electric-sql/pglite: Lightweight Postgres packaged as WASM into a TypeScript library for the browser, Node.js, Bun and Deno</title><description>Postgres</description><link>https://github.com/electric-sql/pglite</link><dc:creator>bshanks</dc:creator><dc:date>2024-02-26T22:17:11+01:00</dc:date><dc:subject>wasm Postgres </dc:subject><content:encoded>&lt;span itemprop=&#034;description&#034;&gt;Postgres&lt;/span&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/wasm"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/Postgres"/></rdf:Bag></taxo:topics></item><item rdf:about="https://shekhargulati.com/2022/07/08/my-notes-on-gitlabs-postgres-schema-design/"><title>My Notes on GitLab Postgres Schema Design – Shekhar Gulati</title><description></description><link>https://shekhargulati.com/2022/07/08/my-notes-on-gitlabs-postgres-schema-design/</link><dc:creator>bshanks</dc:creator><dc:date>2024-02-25T01:41:05+01:00</dc:date><dc:subject>schema gitlab sql db postgres </dc:subject><content:encoded>&lt;a itemprop=&#034;url&#034; data-versiondate=&#034;2024-02-25T01:41:05+01:00&#034; href=&#034;https://shekhargulati.com/2022/07/08/my-notes-on-gitlabs-postgres-schema-design/&#034; rel=&#034;nofollow&#034; class=&#034;description-link&#034;&gt;https://shekhargulati.com/2022/07/08/my-notes-on-gitlabs-postgres-schema-design/&lt;/a&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/schema"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/gitlab"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/sql"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/db"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/postgres"/></rdf:Bag></taxo:topics></item><item rdf:about="https://github.com/dimitri/pgloader"><title>GitHub - dimitri/pgloader: Migrate to PostgreSQL in a single command!</title><description>pgloader will keep a separate file of rejected data, but continue trying to copy good data in your database.
pgloader also implements data reformatting, a typical example of that being the transformation of MySQL datestamps 0000-00-00 and 0000-00-00 00:00:00 to PostgreSQL NULL value</description><link>https://github.com/dimitri/pgloader</link><dc:creator>jil</dc:creator><dc:date>2024-01-29T11:25:18+01:00</dc:date><dc:subject>tool import copy postgres </dc:subject><content:encoded>&lt;span itemprop=&#034;description&#034;&gt;pgloader will keep a separate file of rejected data, but continue trying to copy good data in your database.
pgloader also implements data reformatting, a typical example of that being the transformation of MySQL datestamps 0000-00-00 and 0000-00-00 00:00:00 to PostgreSQL NULL value&lt;/span&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/tool"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/import"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/copy"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/postgres"/></rdf:Bag></taxo:topics></item><item rdf:about="https://www.cybertec-postgresql.com/en/postgresql-exclusion-constraints-beyond-unique/"><title>exclusion constraints: Beyond UNIQUE | PostgreSQL - CYBERTEC</title><description></description><link>https://www.cybertec-postgresql.com/en/postgresql-exclusion-constraints-beyond-unique/</link><dc:creator>jil</dc:creator><dc:date>2024-01-23T15:19:03+01:00</dc:date><dc:subject>custom unique function exclude postgres </dc:subject><content:encoded>&lt;a itemprop=&#034;url&#034; data-versiondate=&#034;2024-01-23T15:19:03+01:00&#034; href=&#034;https://www.cybertec-postgresql.com/en/postgresql-exclusion-constraints-beyond-unique/&#034; rel=&#034;nofollow&#034; class=&#034;description-link&#034;&gt;https://www.cybertec-postgresql.com/en/postgresql-exclusion-constraints-beyond-unique/&lt;/a&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/custom"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/unique"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/function"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/exclude"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/postgres"/></rdf:Bag></taxo:topics></item><item rdf:about="https://news.ycombinator.com/item?id=38914764"><title>An overview of distributed Postgres architectures | Hacker News</title><description></description><link>https://news.ycombinator.com/item?id=38914764</link><dc:creator>bshanks</dc:creator><dc:date>2024-01-20T23:57:28+01:00</dc:date><dc:subject>ha db postgres </dc:subject><content:encoded>&lt;a itemprop=&#034;url&#034; data-versiondate=&#034;2024-01-20T23:57:28+01:00&#034; href=&#034;https://news.ycombinator.com/item?id=38914764&#034; rel=&#034;nofollow&#034; class=&#034;description-link&#034;&gt;https://news.ycombinator.com/item?id=38914764&lt;/a&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/ha"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/db"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/postgres"/></rdf:Bag></taxo:topics></item><item rdf:about="https://github.com/pgvector/pgvector#getting-started"><title>GitHub - pgvector/pgvector: Open-source vector similarity search for Postgres</title><description></description><link>https://github.com/pgvector/pgvector#getting-started</link><dc:creator>jil</dc:creator><dc:date>2023-11-24T16:41:29+01:00</dc:date><dc:subject>extension postgresql pgvector store vector postgres </dc:subject><content:encoded>&lt;a itemprop=&#034;url&#034; data-versiondate=&#034;2023-11-24T16:41:29+01:00&#034; href=&#034;https://github.com/pgvector/pgvector#getting-started&#034; rel=&#034;nofollow&#034; class=&#034;description-link&#034;&gt;https://github.com/pgvector/pgvector#getting-started&lt;/a&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/extension"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/postgresql"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/pgvector"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/store"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/vector"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/postgres"/></rdf:Bag></taxo:topics></item></rdf:RDF>