[Xapian-discuss] DFS solution

James Aylett james-xapian at tartarus.org
Tue Jul 10 09:56:36 BST 2007


On Mon, Jul 09, 2007 at 12:20:08PM -0700, Andrey wrote:

> I am currently doing some research on running xapian on Distributed
> File Sysyem(DFS), try to find some cheap solution to scale up the
> storage, and, without any luck...
> 
> I am wondering anyone will give me some suggestions and point me to
> a better direction...

Andrey - why are you looking into distributed file systems? That's a
huge amount of infrastructure! What's your actual problem? How big a
database are you looking to support? There's a point (although I'm not
quite sure where it is) at which moving from (say) a linux clustering
solution towards an enterprise box (or boxes) may turn out to be more
cost effective. It's difficult to advise you without knowing what kind
of scale and constraints you're working with.

In general though, providing a file system has normal unix semantics,
Xapian should run over it. For Xapian you'd probably want to cluster
at the block level I suspect (ideally you probably want to cluster at
the btree node level, but that's impractical :-). Olly or Richard may
be able to advise further if you do need to go down this route.

J

-- 
/--------------------------------------------------------------------------\
  James Aylett                                                  xapian.org
  james at tartarus.org                               uncertaintydivision.org



More information about the Xapian-discuss mailing list