35 points joshmgross 2 hours ago 19 comments
jeffbee 1 hour ago | parent
AdamProut 55 minutes ago | parent
samlambert 1 hour ago | parent
handfuloflight 1 hour ago | parent
whalesalad 1 hour ago | parent
rcrowley 28 minutes ago | parent
jeffbee 47 minutes ago | parent
znpy 1 hour ago | parent
noir_lord 36 minutes ago | parent
I'm sure it's a great product (it seems like planetscale do good engineering and the folks I know who use them seem fine with it) but I don't do vendor lock-in as a service personally, I'll use whatever employer uses because that's the deal but for personal stuff, well this isn't designed for that really, wrong order of magnitude on scaling.
jjice 32 minutes ago | parent
spongeboi 24 minutes ago | parent
samlambert 20 minutes ago | parent
Multiple live shards: yes
Query routing across shards: yes
Online shard splitting: yes
Zero-downtime resharding: yes
Multiple independent shard groups: yes
Data topology management: yes
HA / automated failover: yes
Multi-AZ: yes
Connection pooling: yes
Online schema changes: yes
Workflow-driven migrations/cutovers: yes
Zero-downtime imports: yes
CDC / logical replication: yes
Online Postgres version upgrade workflows: yes
Cross-shard transactions: coming
Multigres today:
Multiple live shards: no
Query routing across shards: no
Online shard splitting: no
Resharding: no
Multiple shard groups: no
HA / failover: yes
Multi-AZ: yes
Connection pooling: yes
Logical replication/import work: in progress
Distributed migration/resharding workflows: no
How it is an it's an alternative? Do you just say things without validating?
AdamProut 54 minutes ago | parent
512 shards, each with one Postgres primary each on an r8g.16xlarge
480 Neki routers, each on its own 8xlarge instance
That's ~250K queries/sec per router which seems lowish for this type of workload? The routers won't be doing very much (parse query, route it to proper shard?).
svuiv 20 minutes ago | parent
neki is still in platform preview, this experimentation allowed us to collect profiles at such scale and ship some nice optimizations, more are coming
danbruc 30 minutes ago | parent
farazbabar 15 minutes ago | parent