<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">
<div style="font-family: Times New Roman; color: #000000; font-size: 16px">> I see. With replication switched off during upload, does inserting into various containers speed up the process
<br>
> or is it irrelevant?<br>
<br>
I'm not sure what's your question but maybe this helps:<br>
In short:<br>
The replication daemon is "walking" across your files to check if any files need to be replicated to other nodes
<br>
(e.g. when a node was broken or a new node is added to the cluster).<br>
Because it is scanning your filesystem it eats up io's. That is why it speeds up the system if you turn this off.<br>
<br>
The number off objects in a container impacts the sqlite databases. Each container is a SQLite database.<br>
The SQLite database will get slower with more objects in them. <br>
I think the recommendations for spinning disks is max a few million for one container, when using SSD's for the databases you can go quite a bit higher though.<br>
<br>
Cheers,<br>
Robert<br>
</div>
</div>
</body>
</html>