Comment by rokkamokka
1 month ago
A toy example but it's an interesting read nonetheless. We also host our monolith app on a few bare metal machines (considerably beefier than the example however) and it works well, although the app does considerably more queries (and more complex queries) than this. Transaction locking issues are our bane though.
How many queries do you usually handle? Why a few? One doesn't suffice? What resources do they have?