Java - Loading an entire Cassandra table in parallel
Sometimes, it is required to load all rows in the Cassandra table but it is very slow if loading is performed by a single thread. Let’s say we have the follo...
Sometimes, it is required to load all rows in the Cassandra table but it is very slow if loading is performed by a single thread. Let’s say we have the follo...
Interesting generative programming in C++ 17. I think that this explains why compile time reflection and declarative programming approach is required for cle...
1. Stateless\ HTTP request/respond structure.\ Idempotence\ database snapshot, recovering data.\ Monoid\ map/red...
Installing nsenter in /usr/loca/bin directory\ 1 $ sudo docker run -v /usr/local/bin:/target jpetazzo/nsenter
https://www.bfilipek.com/2017/01/cpp17features.html\ https://theboostcpplibraries.com/