Re: [sqlite] sql api for ufs

2010-06-10 Thread Ian Clark
On 7 June 2010 20:08, George Georgalis wrote: > On Mon 07 Jun 2010 at 05:07:43 PM +0200, Kees Nuyt wrote: >> >>That could be implemented as an appication with a set of >>virtual tables, backed by the readdir() and stat() system >>calls. >>I haven't heard of any implementation, although fossil >>ht

Re: [sqlite] sql api for ufs

2010-06-08 Thread bch
On Mon, Jun 07, 2010 at 12:08:40PM -0700, George Georgalis wrote: > On Mon 07 Jun 2010 at 05:07:43 PM +0200, Kees Nuyt wrote: > > > >That could be implemented as an appication with a set of > >virtual tables, backed by the readdir() and stat() system > >calls. > >I haven't heard of any implementati

Re: [sqlite] sql api for ufs

2010-06-07 Thread nclouston
compared. Regds Nic -Original Message- From: George Georgalis To: netbsd-us...@netbsd.org CC: sqlite-users@sqlite.org Sent: Mon, 7 Jun 2010 3:50 Subject: [sqlite] sql api for ufs Subject says it all. I'm looking for a sql (like) api for ufs. I'd like to SELECT by dev

Re: [sqlite] sql api for ufs

2010-06-07 Thread George Georgalis
On Mon 07 Jun 2010 at 05:07:43 PM +0200, Kees Nuyt wrote: > >That could be implemented as an appication with a set of >virtual tables, backed by the readdir() and stat() system >calls. >I haven't heard of any implementation, although fossil >http://www.fossil-scm.org/index.html/doc/tip/www/index.wi

Re: [sqlite] sql api for ufs

2010-06-07 Thread Kees Nuyt
On Sun, 6 Jun 2010 19:50:27 -0700, George Georgalis wrote: >Subject says it all. I'm looking for a sql (like) api for ufs. >I'd like to SELECT by device, inode, size, group, etc. If all >the fs stat data was the db schema, I'd like a query engine that >makes indexes of the meta data for fast que

[sqlite] sql api for ufs

2010-06-07 Thread George Georgalis
Subject says it all. I'm looking for a sql (like) api for ufs. I'd like to SELECT by device, inode, size, group, etc. If all the fs stat data was the db schema, I'd like a query engine that makes indexes of the meta data for fast queries, access to the file data, and queries of offline devices, wh