HN user

mountainreason

20 karma
Posts0
Comments10
View on HN
No posts found.

Fur sure. But I don't get how that leads to an expectation that our biology is computing and utilizing derivatives in a computational graph.

Point 22 seems to imply that the other finds it notable that that isn't happening.

I think the idea with localized access is that reads coming in after the initial commit can hit a nearby db instance, rather than the single global instance.

I agree with you about horizontal scalability in general though, the data isn't being partitioned. I guess read heavy loads can be scaled.

I dont have an answer, I'm just curious about something. I thought that the point of an outbox was that it was local, and could therefore be updated atomically along with any local db changes. What would happen if the orchestrator was unable to update the remote shared cache outbox after a local exception/rolled back transaction?