|
|
|
|
|
by nartz
1834 days ago
|
|
Very interesting. I like the idea of "virtualizing" the hard schema with views to abstract away some things. View performance can be a thing at larger scale for OLTP workloads, also, the solution you propose also adds complexity since you have two schemas now instead of one, and as you rightly point out, complexity with views themselves. The question becomes when is this added complexity worth it? |
|