public inbox for bitcoindev@googlegroups.com
 help / color / mirror / Atom feed
* [bitcoindev] How was the average size of blk*.data chosen?
@ 2024-05-07  1:23 Juan David Peña Melo
  2024-05-30 18:20 ` Peter Todd
  0 siblings, 1 reply; 2+ messages in thread
From: Juan David Peña Melo @ 2024-05-07  1:23 UTC (permalink / raw)
  To: Bitcoin Development Mailing List


[-- Attachment #1.1: Type: text/plain, Size: 646 bytes --]

I notice that the Bitcoin database is stored sequentially in blk*.dat 
files, with an average size between 128 to 134MB. I would like to know how 
this average size is determined and if there are any tests that demonstrate 
this size is the most efficient.

-- 
You received this message because you are subscribed to the Google Groups "Bitcoin Development Mailing List" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bitcoindev+unsubscribe@googlegroups•com.
To view this discussion on the web visit https://groups.google.com/d/msgid/bitcoindev/af58fdac-f62f-44b6-8c30-37bb8ad8c4e3n%40googlegroups.com.

[-- Attachment #1.2: Type: text/html, Size: 1043 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [bitcoindev] How was the average size of blk*.data chosen?
  2024-05-07  1:23 [bitcoindev] How was the average size of blk*.data chosen? Juan David Peña Melo
@ 2024-05-30 18:20 ` Peter Todd
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Todd @ 2024-05-30 18:20 UTC (permalink / raw)
  To: Juan David Peña Melo; +Cc: Bitcoin Development Mailing List

[-- Attachment #1: Type: text/plain, Size: 1280 bytes --]

On Mon, May 06, 2024 at 06:23:47PM -0700, Juan David Peña Melo wrote:
> I notice that the Bitcoin database is stored sequentially in blk*.dat 
> files, with an average size between 128 to 134MB. I would like to know how 
> this average size is determined and if there are any tests that demonstrate 
> this size is the most efficient.

Most likely someone just picked a number at random. For things like this, there
is a very wide range of values that are probably fine. The main limiting factor
at the high end, is some older file systems still don't support files >4GB, so
you'd want to pick a value below that; Monero all block data in a single file,
and that occasionally leads to issues when, eg, copying that file from one
place to another. At the low end, having tens of thousands of files in one
directory tends to cause problems.

-- 
https://petertodd.org 'peter'[:-1]@petertodd.org

-- 
You received this message because you are subscribed to the Google Groups "Bitcoin Development Mailing List" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bitcoindev+unsubscribe@googlegroups•com.
To view this discussion on the web visit https://groups.google.com/d/msgid/bitcoindev/ZljDiesLp29yqipn%40petertodd.org.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-05-30 22:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-07  1:23 [bitcoindev] How was the average size of blk*.data chosen? Juan David Peña Melo
2024-05-30 18:20 ` Peter Todd

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox