RE: MySQL For Huge Collections

2010-06-16 Thread Jerry Schwartz
From: Vikram A [mailto:vikkiatb...@yahoo.in] Sent: Wednesday, June 16, 2010 2:58 AM To: je...@gii.co.jp; Andy; mysql@lists.mysql.com Subject: Re: MySQL For Huge Collections Hi All, In this case how the images of a book will be stored, a chapter may contain number of images with different

Re: MySQL For Huge Collections

2010-06-15 Thread Vikram A
Subject: RE: MySQL For Huge Collections >-Original Message- >From: Andy [mailto:listan...@gmail.com] >Sent: Friday, June 11, 2010 8:09 AM >To: mysql@lists.mysql.com >Subject: Re: MySQL For Huge Collections > >Hello all, > >Thanks much for your replies. > >OK,

RE: MySQL For Huge Collections

2010-06-11 Thread Gavin Towey
ds, Gavin Towey -Original Message- From: Peter Chacko [mailto:peterchack...@gmail.com] Sent: Thursday, June 10, 2010 9:05 PM To: SHAWN L.GREEN Cc: Andy; mysql@lists.mysql.com Subject: Re: MySQL For Huge Collections Usually, you better use a NAS for such purpose. Database is designed

RE: MySQL For Huge Collections

2010-06-11 Thread Jerry Schwartz
>-Original Message- >From: Andy [mailto:listan...@gmail.com] >Sent: Friday, June 11, 2010 8:09 AM >To: mysql@lists.mysql.com >Subject: Re: MySQL For Huge Collections > >Hello all, > >Thanks much for your replies. > >OK, so I realized that I may not have exp

Re: MySQL For Huge Collections

2010-06-11 Thread Andy
Hello all, Thanks much for your replies. OK, so I realized that I may not have explained the problem clearly enough. I will try to do it now. I am a researcher in computational linguistics, and I am trying to research language usage and writing styles across different genres of books over the ye

Re: MySQL For Huge Collections

2010-06-10 Thread Peter Chacko
Usually, you better use a NAS for such purpose. Database is designed to store highly transactional, record oriented storage that needs fast access... You can look for any Enterprise content management systems that rest its storage on a scalable NAS, with file virtualization in the long run. thanks

Re: MySQL For Huge Collections

2010-06-10 Thread SHAWN L.GREEN
On 6/10/2010 10:16 PM, Andy wrote: Hello all, I am new to MySQL and am exploring the possibility of using it for my work. I have about ~300,000 e-books, each about 100 pages long. I am first going to extract each chapter from each e-book and then basically store an e-book as a collection of chap

MySQL For Huge Collections

2010-06-10 Thread Andy
Hello all, I am new to MySQL and am exploring the possibility of using it for my work. I have about ~300,000 e-books, each about 100 pages long. I am first going to extract each chapter from each e-book and then basically store an e-book as a collection of chapters. A chapter could of course be ar