I am a developer. When I create new applications I like to place all the tables for the application in one schema in order to organize the database and make it easier to understand. Our DBA is contantly pushing us to not create new schemas.
Is our DBA full of "you know what"?
Is one giant schema really the best way to organize a database with multiple applications?
Is there any kind of industry standard set of criteria for making this kind of decision?
By what criteria do you all decide whether to create a new schema or to throw the new tables and such into one monolithic schema with a bunch of other unrelated objects?
Is our DBA full of "you know what"?
Is one giant schema really the best way to organize a database with multiple applications?
Is there any kind of industry standard set of criteria for making this kind of decision?
By what criteria do you all decide whether to create a new schema or to throw the new tables and such into one monolithic schema with a bunch of other unrelated objects?