I don't know any benchmark; you should not trust the benchmark even if
there is one. I would recommend doing your own benchmarking with your
own requirements. Take a critical part of your application and develop
a prototype for both platforms, run it on a big enough cluster and
see. Also note that running 3 node cluster and 30 node cluster is
quite different. You might be surprised with results. Do no assume
things.
-talip
I have used both, and each use case is different. I plan to use
Terracotta as well as Hazelcast for different needs.
Right now am more heavily testing hazelcast for some of the needs.
Having worked at Terracotta, I know the options
to tune it. trying out the same for Hazelcast.
Everything will matter, from your network settings to hardware
settings, and to the GC settings.
My recommendation is same as Talip, try out PoC with your needs in
real like environment.
Good Luck and please do share your data :)
thanks
ashish
> --
> You received this message because you are subscribed to the Google Groups "Hazelcast" group.
> To post to this group, send email to haze...@googlegroups.com.
> To unsubscribe from this group, send email to hazelcast+...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/hazelcast?hl=en.
>
>
--
thanks
ashish
Blog: http://www.ashishpaliwal.com/blog
My Photo Galleries: http://www.pbase.com/ashishpaliwal
--
You received this message because you are subscribed to the Google Groups "Hazelcast" group.
To post to this group, send email to haze...@googlegroups.com.
To unsubscribe from this group, send email to hazelcast+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/hazelcast?hl=en.
is your Hazelcast vs Terracota code sill visible somewhere on the web?
Sent from my iPhone
Sorry, was on vacation.. just saw the post..
I am using TC for write-behind to a DB. And it works like a charm.
Using Hazelcast, I want to create a IMDG to store huge data that need
not be HA. As of this writing, I am still turning the knobs on
hazelcast :)
thanks
ashish
I am yet to conclude on this. In TC world, striping is not free :(
So either compare one TC Server vs one HZ server and see.
Also, you can see a lot of configuration setting in TC world which can
make a real difference to the TPS.
>
> 2) however, tc by default runs with bdb persistence, and hz by default
> runs in memory only;
> dont you think as soon as persistence is introduced in hz, it will
> become as slow as tc?
in TC persistence config, you can use temp-swap mode for an
apple-apple comparison.
Yes, as soon as you need Reliability of data, you need to pay some price :(
When using TC, always ensure to watch TC dev-console (found in bin
dir). IT tells you a lot about the cluster.
>
> 3) can you please come back with your benchmarks and share:
> did you use any hz persistence, and if so, what kind of?
I would still say, you should use your benchmark.
BTW, TC has an ehcacheperf code
(http://svn.terracotta.org/svn/forge/projects/ehcacheperf/trunk) that
you can use for benchmarking.
Need to write a simple extender for Hz :)
HTH
>
> thanks again;
>
> Andrei.
>
> On Apr 29, 4:06 pm, Andrei Pozolotin <andrei.pozolo...@gmail.com>
> wrote:
>> Hello;
>>
>> can you please let me know if there is a benchmark
>> that compares hazelcast vs terracotta?
>>
>> thank you
>>
>> Andrei.
>
> --
> You received this message because you are subscribed to the Google Groups "Hazelcast" group.
> To post to this group, send email to haze...@googlegroups.com.
> To unsubscribe from this group, send email to hazelcast+...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/hazelcast?hl=en.
>
>
--
Regards,
Saket