Yes, all functions (e.g. CAST, etc.) are not bottlenecked in InfiniDB as they are in standard MySQL. Utilizing a map/reduce style methodology, all MySQL functions are done in a divide-and-conquer fashion so true function parallelization occurs. The end result, naturally, is faster execution.





