1
Ask HN: Can genetic algorithm get “sick”?
ok, my question might be stupid but I was wondering if my genetic algorithm get "sick", how can I find a cure for it?
I mostly have to deal with floats or integers and the schema change really often so key/value storage is really suitable for my project but I can't store data into RAM because I generate 20GB of data per day (with 100K write/upserts per seconds).
Is there anyone of you who is using a persistent key/value storage in production environment, which can support clustering and sharding? I have tried Redis but I will run out of RAM in few days.