1148 shaares
199 private links
199 private links
5 results
tagged
sql
Free, simple, and intuitive online database design tool and SQL generator. - drawdb-io/drawdb
list influenced by https://sive.rs/pg
A complete GPT2 implementation as a single SQL query in PostgreSQL.
The VACUUM process in PostgreSQL is a historical artifact that traces its roots back to the Berkeley Postgres project, which implemented a concept known as infinite time-travel. The concept, while innovative at the time, was eventually dropped by the PostgreSQL community. However, it led to the implementation of a Multi-Version Concurrency Control (MVCC) system prone to table bloat.