In the second part I've made a crude row by row insertion of ticks to MongoDB version. Its poor performance surely can be greatly improved just not by checking type of every element in the table, but constructing the order of columns just once and then try to insert everything at once. For example, checking for time column […]
↧