Re: BigTable - large rows (more than 256MB)


Boxuan Li
 

Hi Assaf,

I see. That makes sense and unfortunately, I don't have a perfect solution. I would suggest you use a mixed index instead.

Regarding the data model, you can take a look at a blog I wrote earlier: https://li-boxuan.medium.com/janusgraph-deep-dive-part-2-demystify-indexing-d26e71edb386 In short, it's like storing a vertex except that now the label value itself becomes a vertex and all indexed vertices become edges to that label vertex. So yes, if you have too many vertices with the same label (usually it becomes a problem when you have millions of such vertices), then the corresponding composite index will be very large.

Best,
Boxuan

Join {janusgraph-users@lists.lfaidata.foundation to automatically receive all group messages.