RedisLabs / spark-redis

A connector for Spark that allows reading and writing to/from Redis cluster

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overwrite deletes table and then adds new values en block

Marcus-Rosti opened this issue · comments

I noticed that as I overwrite my table, it deletes the entire table and then rewrites all of the data. Which is handy in one sense, but not at all what I expected. Is that the documented behavior?