Activity log for bug #1029816

Date Who What changed Old value New value Message
2012-07-27 08:17:00 UNera bug added bug
2012-07-27 08:19:45 Dmitry Simonenko tarantool: importance Undecided Wishlist
2012-07-27 08:23:13 UNera 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].index[0].type = "TREE" space[1].index[0].unique = 0 space[1].index[0].index_function = tlen 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 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].index[0].type = "TREE" space[1].index[0].unique = 0 space[1].index[0].index_function.name = tlen space[1].index[0].index_function.type = NUM 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
2012-07-27 08:23:31 UNera 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].index[0].type = "TREE" space[1].index[0].unique = 0 space[1].index[0].index_function.name = tlen space[1].index[0].index_function.type = NUM 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 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].index[0].type = "TREE" space[1].index[0].unique = 0 space[1].index[0].index_function.name = tlen space[1].index[0].index_function.type = NUM # return value 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
2013-05-31 14:12:00 Kostja Osipov tarantool: assignee UNera (unera)
2013-06-13 08:35:42 Roman Tsisyk tarantool: assignee UNera (unera) Roman Tsisyk (rtsisyk)
2013-06-13 08:35:57 Roman Tsisyk tarantool: importance Wishlist Medium
2013-06-13 08:35:57 Roman Tsisyk tarantool: status New In Progress
2013-06-13 08:35:57 Roman Tsisyk tarantool: milestone 1.5.1
2013-07-08 19:02:16 Kostja Osipov tarantool: milestone 1.5.1 1.5.3