Viewing profile — sjmiller609
sjmiller609
HN member- Joined
- Wed, Jul 26, 2023, 10:20 PM UTC
- HN karma
- 60
- Public activity
- 14 items
- HN profile
- View on Hacker News ↗
About sjmiller609
Recent public activity
-
comment
Comment #39456681
At Tembo, we built Trunk (pgt.dev), which is a free and open source Postgres extension registry with over 200 extensions, published under the postgres license. We aim to improve th…
- story
- story
-
comment
Comment #38545620
I wish there was some way to compress JSON data across multiple rows, I often have very similar blobs in each row. Or some other way to reduce amount of storage for a lot of simila…
-
comment
Comment #38499366
Found this a helpful explanation
- story
-
comment
Comment #38002446
As a devops / platform guy, I would have typically made something like this by gluing a bunch of cloud / data tools together. e.g. like an ETL tool, orchestrator tool, maybe some p…
- story
-
comment
Comment #37957366
I wrote a guide and simple experimental setup for this extension: https://tembo.io/blog/table-version-history
-
comment
Comment #37705299
I like how S3 object versioning and expiry works. I wanted something like that for Postgres tables, so I tried out a couple of extensions and wrote about what I found.
- story
-
comment
Comment #37516587
Before working for a Postgres company, I had never used extensions. Now, I'm part of a team working to fully automate turning on any extension. I didn't find great resources to exp…
- story
-
comment
Comment #36885995
That is awesome! Did you consider using the temporal_tables extension? I think it's basically like version history for tables. I haven't used this before personally though. https:/…