pointer.item

Definition/General, Releases:

Pointer item overview

Description

Pointer items are internal file 'placekeepers', which point to the frame where the actual data resides.

Items are normally stored in a file with a few bytes of overhead data, followed by the item-id, followed by the attributes, and then an end-of-item indicator.

If the size of the item exceeds a given length (860 bytes for a 1-k frame system, 1720 bytes for a 2-k frame system), then AP uses a 'pointer item' in the file, which contains the overhead data, the item-id, and a frame address which points to where the attribute values are stored, so most of the item's data will reside outside of the file's primary filespace.

This method increases performance during most Access functions, as reading pointer items is considerably more efficient than reading the entire item during such common functions such as LIST or SORT.

A data file may be delcared (at create-time) to contain all pointer items, forcing every entry to be a pointer item. There is no converse non-pointer item declaration.

See Also

Command Name Type Description
file.defining.items Definition File-defining item overview.
access.istat Verb: Access Performs distribution analysis on existing file modulo.
tcl.item Verb: Access Displays group to which item hashes.
tcl.update-prot Verb: Access Displays status of or toggles update protection.
tcl.save Verb: Access Invokes backup process.
tcl.f.modulo Verb: Access prompts for estimated file characteristics.
tcl.set-ovf-local Verb: Access Manipulates the local overflow cache.
flash.basic.notes Article FlashBASIC release notes
master.dictionary Definition The vocabulary file for an account.
ue.222d User Exit Retrieves the CC pointer item information
tcl.list-file-access Verb: Access displays file access statistics

User Comments

What do you think?

Share your experience or ask a question by using the form below.

Login to leave your comments.