Isaac Eliassi <isaac.elia...@nice.com> wrote: > Does the SQLite support table (row) partition?
With SQLite, the whole database is in one physical file. You can create multiple databases, each in its own file, and use ATTACH statement to allow one connection to run statements across several databases: http://sqlite.org/lang_attach.html . That's probably as close as you can get to the notion of a partition. -- Igor Tandetnik _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users