[hibernate-dev] Patches for using Hibernate in low-latency environments

Steve Ebersole steve at hibernate.org
Tue Jun 18 12:28:22 EDT 2013


Here is the link to the Jira adding "reference data cache" support : 
https://hibernate.atlassian.net/browse/HHH-7872

On Tue 18 Jun 2013 11:14:30 AM CDT, Steve Ebersole wrote:
> Interesting read.  I do wonder though about the types of data
> specifically where this would be useful.  As they say they, a "trading
> application typically receives several thousand market data events per
> second".  There are so many trades, one would think, that holding them
> all in memory (in this zero-level cache) would be a big drain on
> available memory space.  I am curious if the types of data they expect
> to handle that way match up with our "reference data cache" caching
> capabilities added in ORM 4.2
>
> I know we have discussed similar before, but what do you think about
> mentioning this on the Hibernate Google+ page?
>
>
> On Tue 18 Jun 2013 06:36:20 AM CDT, Sanne Grinovero wrote:
>>
>> Just found an announcement in the ORM forums about someone having
>> created a Level-Zero-Cache for extreme performance use cases:
>>
>> - https://forum.hibernate.org/viewtopic.php?f=1&t=1026682&start=0
>> -
>> http://www.algotrader.ch/doc/html/Hibernate_Sessions_and_Caching.html#Level-Zero-Cache
>> _______________________________________________
>> hibernate-dev mailing list
>> hibernate-dev at lists.jboss.org
>> https://lists.jboss.org/mailman/listinfo/hibernate-dev


More information about the hibernate-dev mailing list