Hibernate version:
3.0
Name and version of the database you are using:
Oracle 10g standard edition
Question: Currently, we are using 1 database schema to hold all our project data tables, and Hibernate is configured to work with that schema. However, we are thinking of using multiple schema and configuring Hibernate to work across these schema. Will there be any performance issues if we use multiple schema? Would using multiple schema help to reduce data maintenance?
Thanks in advance for your kind assistance.
|