Hi..
After googling i got some suggestions..
As far as i know...
Hibernate Shard is only can used in Hibernate Core.. (as Hibernate Core's extension)
and Hibernate Search is only can used in Hibernate Annotation .. (as Hibernate Annotation's extension)
am i right?
which one is better for big application?..
if we use Hibernate Core..
how many records boundary do we have to we use Sharding in Hibernate Core?..
if we use Hibernate Annotation..
if our table's record up to 1 million in single table.. is it still better to use Hibernate Search?..
Correct Me if i'm wrong..
Thanks in advance..