Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
summerevening
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
summerevening
2mo ago
> While we do need to write sandbox metadata and results to durable storage, we do so largely asynchronously. How do you guarantee durability of sandbox task metadata if it’s written to durable storage async? What if the node it’s schedu
2.
▲
by
summerevening
2mo ago
Makes sense thanks!
3.
▲
by
summerevening
2mo ago
What was the hardest part/most unexpected design challenge in getting this to work?
4.
▲
by
summerevening
2mo ago
Do you binpack containers such that you overcommit cpu/ram on the machines to drive up utilization? Did you do any simulations to see if this optimistic distributed scheduling approach maintains on-par utilization and low preemption ra
5.
▲
by
summerevening
2mo ago
Every scheduler node has cached view of whole cluster and optimistically makes a scheduling decision, retrying on conflict? Any tricks you did to reduce conflict rate? Is there a certain cluster saturation threshold (little free capacity) w