<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div><blockquote type="cite"><p dir="ltr">Why do you chunk at all if you want them stored together? </p><p dir="ltr">I only use chunking if I can't avoid it, to spread large files. </p></blockquote><div>That's what's GridFS all about -- store very large files.</div><div>Hence chunking.</div><div><br></div><div>So you're saying we should know the limit of what we can store on 1 node,</div><div>if bigger, spread, therefore no grouping.</div><div><br></div><div>-Ales</div><br><blockquote type="cite">
<div class="gmail_quote">On 5 Mar 2014 11:22, "Ales Justin" &lt;<a href="mailto:ales.justin@gmail.com">ales.justin@gmail.com</a>&gt; wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Just having a discussion with Bela about this.<br>
<br>
I guess having "grouping" on GridFS' content would make sense.<br>
e.g. put all chunks on the same node<br>
<br>
Is this doable?<br>
Afaiu, we would need to have some sort of "similarity" function for content's metadata?<br>
<br>
-Ales<br>
<br>
<br>
_______________________________________________<br>
infinispan-dev mailing list<br>
<a href="mailto:infinispan-dev@lists.jboss.org">infinispan-dev@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/infinispan-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/infinispan-dev</a><br>
</blockquote></div>
_______________________________________________<br>infinispan-dev mailing list<br><a href="mailto:infinispan-dev@lists.jboss.org">infinispan-dev@lists.jboss.org</a><br>https://lists.jboss.org/mailman/listinfo/infinispan-dev</blockquote></div><br></body></html>