Hi Isaac,
( I will reply on the list since I suspect your answer was supposed to
go there, too? )
Isaac Aymerich schrieb:
> no i didnt try, but in hubic documentation is definied as a
> limitation, anyway i will try to create 100K 1K files this afternoon
> to know if it really a limitation or only a recoemndation.
>
Keep in mind: S3QL does data de-duplication on block level. Creating
100K 1KB files with the same content will only create one single object
in the Swift backend. You need to create 100K files with different contents.
Something simple like this should do it:
|cd /path/to/your/S3QL/mountpoint
for i in {1..1000000}; do echo $i > $i; done
|
> and about file listing.. i suppose then s3ql have a little database
> with the binary data files name,
Yes, have a look at http://www.rath.org/s3ql-docs/impl_details.html
where Nikolaus explains some details about S3QL’s inner workings.
--
You received this message because you are subscribed to the Google Groups
"s3ql" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.