R
Rob Fitzpatrick
Guest
Thanks for the links Dmitri. It appears the logic for BI physical size calculation (dbuse) is from v8.x. On a v11 database with a single-extent 10 MB BI file, this code gives me: ... Physical BI size: 84,934,656 ... The actual size is 10,616,832, or the number above divided by 8 (the BI block size in KB). According to Dan Foreman's VST book, the definition of _filelist-size has changed over the years. In v8.3B, file size = _filelist-size * _filelist-blksize. In v10+, file size = _filelist-size * 1024.
Continue reading...
Continue reading...