On 2016/02/24 3:49 PM, Richard Hipp wrote:
> On 2/24/16, Simon Slavin <slavins at bigfraud.org> wrote:
>> Why can't the information which SQLite
>> stores in a journal file be put in the database file ?
> Doing so would double the size of the database file.  Every database
> file would contain extra space (normally unused) set aside for the
> journal.

I suppose there is also the problem of recursion. Kinda like Java had 
where every string is an object, and every object has a name, which is a 
string, which is an object, which has a name, which is a string, which 
is an object... ad-infinitum so that they had put in a mechanism for not 
recursing objects for strings of object-names.

If the journal file to a DB is a DB, which has a journal, which is a DB, 
which has a journal... etc. etc.

Q: What does the "B" in "Benoit B. Mandelbrot" stand for?
A: "Benoit B. Mandelbrot".


:)
Ryan

Reply via email to