JSORM.db.index.hash

From Jsorm

Jump to: navigation, search

An index JSORM.db.index implementation using an in-memory hash table. Follows the index contract precisely. Because of its hash structure, it can only search its index fields using exact matches, i.e. when the "compares" field of the search term is "equals". A B-tree could additionally handle "starts", "lt", "le", "gt", "ge".

This is the only index currently shipping with jsormdb.

Personal tools