Thread: Tables In Ejb3
View Single Post
  #2 (permalink)  
Old 05-10-2007, 05:36 PM
Marty Marty is offline
Member
 
Join Date: May 2007
Posts: 38
Marty is on a distinguished road
What is your database? sql? mysql? the thing that you want to do calls:"Partinioning"that is to say, to save a table (that is waited is very big) partitioned in several tables from criteria
It is practical commonly when one works with big volume and motors such as: oracle and PostgreSQL have this functionality and are transparent to the development of the application. Notice if you solve for this side.
good luck
marty

Last edited by Marty : 06-01-2007 at 04:34 PM.
Reply With Quote