Hello, currently I am working on a solution to speed up calculations on a sqlite database via .net-application. First i have run through the data by two for-loops which resulted in round about 3.600.000 queries to the database which does not provide feasible results in an acceptable time. To speed up...