Is this similar to geode/gem fire?
GhostDB – A Fast Distributed Cache
31–37 of 37 posts
Re: GhostDB – A Fast Distributed Cache
#32Doesn't Redis already address all of this?
Yes, probably with superior performance. The clustering model seems to differ, but as far as I can tell, the 'distributed' part of this project isn't really implemented.
Re: GhostDB – A Fast Distributed Cache
#33Doesn't Redis already address all of this?
Same question. How is this different from Redis?
Re: GhostDB – A Fast Distributed Cache
#34> in-memory, general purpose key-value caching > GhostDB can provide you with up to a 25x increase in data retrieval speeds when compared to databases such as MongoDB and MySQL. Isn't it insincere to say your tech is faster than a DBMS which works on a slower hardware.
Not associated with the OP, but I don't think so. It really does return your data 25x faster than a disk-based DBMS. The implied reduction in durability from being in-memory is clearly stated up front.
Re: GhostDB – A Fast Distributed Cache
#35> in-memory, general purpose key-value caching > GhostDB can provide you with up to a 25x increase in data retrieval speeds when compared to databases such as MongoDB and MySQL. Isn't it insincere to say your tech is faster than a DBMS which works on a slower hardware.
Not associated with the OP, but I don't think so. It really does return your data 25x faster than a disk-based DBMS. The implied reduction in durability from being in-memory is clearly stated up front.
Re: GhostDB – A Fast Distributed Cache
#36Earlier quoted context omitted.
Yeah, I've seen people do that but I've glanced the code, it's certainly not the case here.
We're aware of the issues this could cause and we will be looking into relieving GC pressure
Re: GhostDB – A Fast Distributed Cache
#37OP: fyi, your site fails to load or display anything besides a "loading" spinner which never goes away if js is disabled in browser.