Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/singingwolfboy/postgres-text-diff
https://github.com/singingwolfboy/postgres-text-diff
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/singingwolfboy/postgres-text-diff
- Owner: singingwolfboy
- Created: 2012-06-29T00:06:32.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-08-10T00:15:06.000Z (over 12 years ago)
- Last Synced: 2024-10-14T20:37:39.533Z (3 months ago)
- Size: 133 KB
- Stars: 10
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Text diff storage for Postgresql
--------------------------------Wiki engines usually store the full text of every revision of every page in the
database. This is convienent, but a massive waste of space. The goal of this
project is to store text diffs in a Postgresql database, and use triggers
and views to create a virtual table that contains the full text of every
revision of every page.Yes, it's slower. But sometimes, you need or want to optimize for storage
space instead of time.