Schema Creation [message #130466] |
Sun, 31 July 2005 01:02 |
sarfraz_attari
Messages: 123 Registered: July 2005
|
Senior Member |
|
|
write now we have 4 seperate schemas in our database now we are going to transfer all the tables in single schema
is it a good practice
pl suggest
sarfraz
|
|
|
|
|
|
Re: Schema Creation [message #130603 is a reply to message #130466] |
Mon, 01 August 2005 07:26 |
smartin
Messages: 1803 Registered: March 2005 Location: Jacksonville, Florida
|
Senior Member |
|
|
In general, I like as few schemas as reasonable. But at the same time, if there are truly separate applications, who don't access each others data regularly as part of their application work, then I'd keep them as separate schemas (I actually like 2 per app, one for data and one for code that operates on that data).
But in your case, you already have separate schemas, so my question would be why are you considering a change in the first place?
|
|
|