I have a 3 tables which need to be joined for doing some queries. The tables are relatively read-only for specific duration of time. Only if there is need, we need to write them. ...I want to avoid join on demand for these tables. So I was planning to use...