please add index by lua function
Bug #1029816 reported by
UNera
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
tarantool |
In Progress
|
Medium
|
Roman Tsisyk |
Bug Description
Now taratnool builds index by field value.
It would be nice to have indexes by lua function.
example:
function tlen(tuple)
return #tuple
end
space[1].enabled = 1
space[1]
space[1]
space[1]
space[1]
so tarantool should call 'tlen(tuple)' for each tuple while it is building index and while it is doing insert/update operation.
so using the index (in example) we can find largest tuples
Changed in tarantool: | |
importance: | Undecided → Wishlist |
description: | updated |
description: | updated |
Changed in tarantool: | |
assignee: | nobody → UNera (unera) |
Changed in tarantool: | |
milestone: | 1.5.1 → 1.5.3 |
To post a comment you must log in.
=> system-spaces-v2