sbtourist / Journal.IO

Journal.IO is a zero-dependency, fast and easy-to-use journal storage implementation.
Apache License 2.0
260 stars 39 forks source link

Jounal size maximum is 2GB #60

Open savinirsch opened 8 years ago

savinirsch commented 8 years ago

The file size is only integer so can only support 2GB journals.

Can we have long for specifying file size so we have support for huge journals? Do we see any issues in huge journals, with the current code?

sbtourist commented 8 years ago

I think you're referring to the max file size, which only refers to the max size of a single journal file; a journal is made up of several files, so its total size can definitely be over 2GB.

savinirsch commented 8 years ago

thanks much for the explaination, it really helped.

Regards, ChivukS

On Tue, Mar 29, 2016 at 8:35 PM, Sergio Bossa notifications@github.com wrote:

I think you're referring to the max file size, which only refers to the max size of a single journal file; a journal is made up of several files, so its total size can definitely be over 2GB.

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/sbtourist/Journal.IO/issues/60#issuecomment-202943727