Re: [sqlite] listing free bytes in sqlite files

2009-11-18 Thread Jay A. Kreibich
On Wed, Nov 18, 2009 at 08:31:24PM -, Matt scratched on the wall: > Hello, > > Given a sqlite database file I would like to create two lists: one of > bytes which are in use and one of bytes which are "free". > What would be the most efficient way to do this? You have to define "free." Blo

Re: [sqlite] listing free bytes in sqlite files

2009-11-18 Thread Roger Binns
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Matt wrote: > Given a sqlite database file I would like to create two lists: one of bytes > which are in use and one of bytes which are "free". > What would be the most efficient way to do this? What are you actually trying to achieve? If you are tr

Re: [sqlite] listing free bytes in sqlite files

2009-11-18 Thread Simon Slavin
On 18 Nov 2009, at 8:31pm, Matt wrote: > Given a sqlite database file I would like to create two lists: one of bytes > which are in use and one of bytes which are "free". > What would be the most efficient way to do this? > > I have taken a look over the file format documentation but can't see

[sqlite] listing free bytes in sqlite files

2009-11-18 Thread Matt
Hello, Given a sqlite database file I would like to create two lists: one of bytes which are in use and one of bytes which are "free". What would be the most efficient way to do this? I have taken a look over the file format documentation but can't see a clear way to achieve this. Thanks, Matt