Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] Cursors with partitioning

Please log a bug for this and vote for it.

As a workaround you could try setting the partitioning policy on the query,
or use pagination instead of a cursor.


Michael Pflueger wrote:
> 
> Hi,
> to answer my own question, it seems cursors always use the default
> connection in a partitioned environment. :(
> I guess supporting a Union with cursors would be a bit non clean with
> regards to ordering, but supporting a real exclusive partitioning like
> PinnedPartitioning should work fine for cursors, or do I miss something
> here?
> 
> It would be nice to see this implemented, because.. cursors and
> partitioning are both needed for huge datasets, so I guess it's not
> uncommon that people would want to use them together.
> 
> Michael
> ___________________________________________________
> 
> SMA Solar Technology AG
> Aufsichtsrat: Guenther Cramer (Vorsitzender)
> Vorstand: Juergen Dolle, Roland Grebe, Uwe Hertel, Pierre-Pascal Urbon,
> Marko Werner
> Handelsregister: Amtsgericht Kassel HRB 3972
> Sitz der Gesellschaft: 34266 Niestetal
> USt-ID-Nr. DE 113 08 59 54
> WEEE-Reg.-Nr. DE 95881150
> ___________________________________________________
> 
> 
> 


-----
http://wiki.eclipse.org/User:James.sutherland.oracle.com James Sutherland 
http://www.eclipse.org/eclipselink/
 EclipseLink ,  http://www.oracle.com/technology/products/ias/toplink/
TopLink 
Wiki:  http://wiki.eclipse.org/EclipseLink EclipseLink , 
http://wiki.oracle.com/page/TopLink TopLink 
Forums:  http://forums.oracle.com/forums/forum.jspa?forumID=48 TopLink , 
http://www.nabble.com/EclipseLink-f26430.html EclipseLink 
Book:  http://en.wikibooks.org/wiki/Java_Persistence Java Persistence 
Blog:  http://java-persistence-performance.blogspot.com/ Java Persistence
Performance 
-- 
View this message in context: http://old.nabble.com/Cursors-with-partitioning-tp32500770p32503751.html
Sent from the EclipseLink - Users mailing list archive at Nabble.com.



Back to the top