| ▲ | noveltyaccount 8 hours ago | |||||||
As soon as you need to do a JOIN, you're either rewriting a database or replatforming on Sqlite. | ||||||||
| ▲ | goerch 5 hours ago | parent | next [-] | |||||||
a) Just heard today: JOINs are bad for performance b) How many columns can (an Excel) table have: no need for JOINs | ||||||||
| ||||||||
| ▲ | pgtan 7 hours ago | parent | prev [-] | |||||||
Here are two checks using joins, one with sqlite, one with the join builtin of ksh93: | ||||||||