【发布时间】:2020-02-05 21:26:43
【问题描述】:
我想按条件从 Tarantool 空间中删除数据。 我想实现结果等于 SQL 查询:
DELETE from 'books' where 'timestamp'< 123456789
当我使用这个查询时,它以 error 结尾:Failed to allocate 16384 bytes in mempool for new slab
我有空间books。我做:
books:delete(1)
它删除行但我的空间 len 增加:
books:len()
那么我该如何在 Tarantool 中做到这一点?
【问题讨论】: