I need to improve dramatically the execution time of a process wich currently is just like this:...private Dictionary<int, SingleElement> elements_buffer;
// ... Create and load values into "elements_buffer"
// (string, Datetime, double)
string query = ...