Re: [s3ql] Re: Can you help with S3QL code reviews?

2023-09-08 Thread Nikolaus Rath
Great, thank you!

Best,
-Nikolaus

On Sep 06 2023, Antoine Colombier  wrote:
> Hi,
>
> I'd be happy to try and review things I feel confortable on (usually more 
> Python)
>
> My handle is `acolombier`
>
> Best,
> Antoine
>
> Le dimanche 23 juillet 2023 à 19:28:01 UTC+1, Nikolaus Rath a écrit :
>
>> Hi all,
>>
>> Could you help with S3QL development by doing code reviews? If so,
>> please let me know your GitHub handle and I'll CC when there are pull
>> requests to review.
>>
>>
>> (In the last weeks, I've somewhat randomly tagged Daniel Jagszent in
>> some pull requests because he's done reviews in the past, and he's
>> identified some bugs that eluded the unit tests. Therefore, I think it
>> would be great if we could find a larger pool of people who look at code
>> before it's submitted).
>>
>>
>> Best,
>> -Nikolaus
>>
>
> -- 
> 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 s3ql+unsubscr...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/s3ql/cead5fb7-f2ce-4e37-b1aa-cda7807f030bn%40googlegroups.com.

-- 
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 s3ql+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/s3ql/871qf8lv7k.fsf%40vostro.rath.org.


Re: [s3ql] Change metadata block size

2023-09-08 Thread Nikolaus Rath
On Sep 06 2023, Antoine Colombier  wrote:
> Hi all,
>
> I have recently started a filesystem migration to a new S3QL filesystem 
> using the S3 backend and I went with the default setting for metadata block 
> size. 
>
> Unfortunately, the FS is will be storing about 23 millions of files and the 
> database is growing fast (already 28268 block of 64k, and I've barely 
> uploaded a third of the total data)
>
> Since the copy process is due to take 10+ days (already 3 days in), I was 
> wondering if I could change the metadata block after creation, since (if I 
> understand correctly) this is only used to segment the SQLite DB?

In principle it's possible. In practice, no one has written the code to
do this.


Best,
-Nikolaus

-- 
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 s3ql+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/s3ql/87y1hgkgkj.fsf%40vostro.rath.org.