Improve performance & add executeMutation
- Special thanks to @narma (see #38 and #39) for his contribution to decreasing the latency when selecting data from Cassandra in the case where the retrieved results are too big to fit in a single request as well as improving the pagination logic
- Add executeMutation which returns a
Task[MutationResult]