The invention relates to the technical field of storage control, in particular to a
memory control method, a storage device, a medium and
computer equipment, a three-level index structure is arranged, only a first-level root table resides in a cache, an index is rapidly extracted through bit operation so as to reduce cache occupation and invalid IO overhead, the search range is narrowed through a hash bucket of a three-level
page table, and the search efficiency is improved. Conflicts are solved through a
linked list, and the mapping efficiency and the
system stability can be improved through a fixed structure; and the second-level block table and the third-level
page table are loaded in a non-blocking manner without occupying a CPU, so that the bandwidth is saved, and the
concurrency performance and the
cache hit rate are improved. Through the overall scheme of three-level index, chained
hash table, loading
on demand and bit operation, the
delay of the whole process from logic address input to
physical address output is remarkably reduced, and the
low delay requirement of a high-performance storage
system is met; the three-level index structure supports flexible adjustment of the sizes of a root table, a block table and a
page table, adapts to storage devices with different capacities, and has good expandability.