Is this SQL databases or No-SQL?
Is this SQL databases or No-SQL?
Posted Apr 10, 2014 20:14 UTC (Thu) by cladisch (✭ supporter ✭, #50193)In reply to: Is this SQL databases or No-SQL? by nix
Parent article: A discussion between database and kernel developers
> > […] it will build indices on the fly if they don't exist.
> I don't know of any database system that implements it.
As shown in this example, SQLite is happy to create a temporary index if it is estimated to be faster overall.
