7 ms·
> Transactional queries are usually limited to something like "get a single record, preferably from cache". simply wrong
by samlambert 2mo ago
> Transactional queries are usually limited to something like "get a single record, preferably from cache".
simply wrong
- chaps 2mo agoCare to explain? Not getting a good vibe from you, Mr. CEO.
- marysol5 2mo agoGetting developers to work with the infrastructure we have, and not make everyone's lives substantially harder is near impossible.
- vkazanov 2mo agoWell, operational dbs in practical circumstances are used for queries that take predictable time to complete. "Get a row" "Get ten rows" Etc, etc. All constant, all predictable, all not requiring unpredictable time to run. Also caches nicely. What is "simply wrong" here?