durability Questions
4
What's a suitable durable storage replacement for Azure Blob Storage (and Amazon S3) for on-premise installations that are disconnected from the public internet? The development environment is C# -...
Eccrine asked 19/2, 2014 at 4:38
2
I'm writing some software to deal with pretty critical data, and need to know what exactly I need to do to achieve durability.
Everywhere I look is contradictory information, so I'd appreciate any...
Rhythmics asked 20/10, 2012 at 15:59
1
Solved
I need an implementation of an Atomic Counter on cloud to produce a serial integer from concurrent connections. The business behind is a tracking server.
Requirements by priority:
(MUST) Dur...
Bcd asked 23/10, 2016 at 1:42
4
Solved
I use REDIS to store data (string) .
ex:
key "s1" store value "hello world".
key "s2" store value "bye bye".
I want s1 auto expire (free memory) after 5 minutes but s2 never expire.
I use C#, .net...
Summitry asked 30/6, 2014 at 4:17
2
Solved
As the data in the Commitlog is flushed to the disk periodically after every 10 seconds by default (controlled by commitlog_sync_period_in_ms), so if all replicas crash within 10 seconds, will I lo...
Glycolysis asked 24/6, 2015 at 16:34
2
Solved
Amazon S3 offers two plans:
Storage
(Designed for 99.999999999% Durability)
and
Reduced Redundancy Storage
(Designed for 99.99% Durability)
Designed to provide 99.999999999% dur...
Acromion asked 14/11, 2010 at 18:47
1
Here is my view, and I am not sure if it is right or wrong:
The journaling log is the "redo" log. It records the modification of the data files.
For example, I want to change the field value of ...
Centuple asked 16/4, 2012 at 10:9
2
Solved
I have read that mongoDB don't write data to disk right away, it does this periodically.
Any thoughts on how to deal with this?
Upthrust asked 26/9, 2011 at 4:14
1
© 2022 - 2024 — McMap. All rights reserved.