Re: [jgrapht-users] Query about scalability using JGraphT
Brought to you by:
barak_naveh,
perfecthash
From: Lokeya V. <lo...@gm...> - 2007-04-11 00:06:55
|
I will do that testing and see. But I am just curious if anyone has done this before. To be more precise, will it scale to represent 1 million document , where each document is 1KB in size which is around 1GB of data in form of nodes. On 4/5/07, Trevor Harmon <tr...@vo...> wrote: > > On Apr 5, 2007, at 10:24 AM, Lokeya Venkatachalam wrote: > > > We are dealing with millions of documents. Each document is less > > than 2KB size. > > How about generating a graph of millions of 2 KB vertices? (Use one > of the classes in org.jgrapht.generate for this.) Then you can run > some simple tests and see what kind of performance you get. > > Trevor > > |