in reply to Re^5: looping efficiency
in thread looping efficiency
"...even SQLite..."
See limits.
From ibidem:
"Every database consists of one or more "pages". Within a single database, every page is the same size, but different database can have page sizes that are powers of two between 512 and 65536, inclusive. The maximum size of a database file is 4294967294 pages. At the maximum page size of 65536 bytes, this translates into a maximum database size of approximately 1.4e+14 bytes (281 terabytes, or 256 tebibytes, or 281474 gigabytes or 256,000 gibibytes)."Should be enough i guess.
«The Crux of the Biscuit is the Apostrophe»
perl -MCrypt::CBC -E 'say Crypt::CBC->new(-key=>'kgb',-cipher=>"Blowfish")->decrypt_hex($ENV{KARL});'Help
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^7: looping efficiency
by Marshall (Canon) on Dec 31, 2020 at 22:03 UTC | |
by karlgoethebier (Abbot) on Dec 31, 2020 at 22:37 UTC | |
by Marshall (Canon) on Jan 01, 2021 at 00:15 UTC |