Eric Leblond <eric@xxxxxx> writes: >> and what about sqlite3? > > I don't think sqlite3 will be able to support SQL things used in this > schema. Holger, do you confirm that ? AFAIK sqlite3 does not have stored procedures as other databases have, instead you can use triggers with somewhat limited functionality compared to stored procedures. Alternatively you can write extensions in plain C, but those may not be what you need. Does your change optimize DB memory consumption or is it targeted at improving access times? /holger - To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html