2

Is it possible to select only keys (not whole tuple) from Tarantool DB space?

Is there a function similar to something like this: keys = box.space.tester:select_keys{55}

Liam's musings
  • 167
  • 4
  • 9

1 Answers1

1

No, there is no such thing in the protocol to get only part of the data. Also, there is no such thing in Lua API you are referring to.

fl00r
  • 82,987
  • 33
  • 217
  • 237