Viewing profile — gwen-shapira
gwen-shapira
HN member- Joined
- Sun, Feb 02, 2020, 2:37 AM UTC
- HN karma
- 64
- Public activity
- 60 items
- HN profile
- View on Hacker News ↗
About gwen-shapira
No profile information was provided.
Recent public activity
- story
-
comment
Comment #47432220
Congrats on the launch! You may be under-selling LittleHorse a bit (here and even in the README). Few things I find cool about it: - How easy it makes writing human-in-loop workflo…
- story
-
comment
Comment #43784819
When you run ALTER TABLE test DROP COLUMN c Postgres doesn't actually go and remove the column from every row in the table. This can lead to counter intuitive behaviors like runnin…
- story
-
story
Show HN: Nile-Auth – open-source auth designed for multi-tenant apps
There are quite a few authentication services and libraries out there, but the vast majority treats tenants / organizations as an afterthought - in case of Firebase, tenants are li…
- comment
-
comment
Comment #42207217
This is a great question. At this point, all transactions go through a single transaction coordinator that uses 2PC to coordinate all transactions. This makes many aspects of coord…
-
comment
Comment #42207147
We are planning to open source it soon. Last few cleanups :)
- story
- story
- story
-
comment
Comment #41582343
We are still solving problems for all multi-tenant applications. But AI companies, that tend to scale faster, also seem to benefit the most. So we wanted to make this clear.
-
comment
Comment #41582320
(co-founder of Nile here) You are right, it is hard to cover everything in one blog... But the gist is that schemas and all the objects in them have few significant drawbacks: 1. C…
-
comment
Comment #40977864
I wrote a short guide to popular AI concepts, because I got a bit tired that reading a tweet requires a PhD. This is also the first part of a mini blog series about my adventures b…
- story
- story
-
comment
Comment #38688306
It should read "code" instead of "pre". I'm pushing a fix right now.
-
comment
Comment #38685860
The OP mentioned that SQLServer does lock (but then, it doesn't use SSI - just SI). The recommendation in PG docs to use a combination of SERIALIZABLE and READ ONLY transactions se…
-
comment
Comment #38685811
Possibly. I tried hard to have some memorable examples. But I'll be honest: Every time I got review comments (or re-reviewed myself), it took a bit of time for my brain to warm up …
-
comment
Comment #38685664
It is mentioned in the doc, but can be easy to mis-understand: "If a pattern of reads and writes among concurrent serializable transactions would create a situation which could not…
-
comment
Comment #38101907
In case you are wondering why we don't have templates for your favorite language or framework - we are not yet done. We are planning to keep adding many more. You can also request …
-
comment
Comment #38017410
hey :) I also like Rails acts_as_tenant. We searched far and wide for something similar for JS ecosystem and so far, didn't find anything. We build our JS SDK by wrapping Knex (nic…
-
comment
Comment #38017360
Indeed! How did you guess?
-
comment
Comment #38017095
We don't have per-tenant schema right now, but we have started designing multi-version experience and it doesn't seem too far from here. Nile is different from DB per tenant in a s…