On Sat, 01 Nov 2014 11:06:51 +0200
Paul <de...@ukr.net> wrote:

> Would be nice to have ability to store both key and payload in the
> index. (Let's call it index-only table)
> This could be a feature that sets some limitations on a table, like
> being unable to have more than one index or inefficient table scans,
> but it will also give some advantage in special cases like mine.

What you're describing sounds very much to me like a SQLite table.  See
http://www.sqlite.org/fileformat2.html, section 1.5, the reference to
"index b-tree".  

You're in good company.  The technique of storing key and value together
"in order" in some sense is as old as databases.  

--jkl
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to