tarantool / tarantool/tarantool
Expose ephemeral spaces into Lua
Open
@ImeevMA is already working on this.
Since May 21, 2018.
app
feature
- Dominant language
- Lua
- Stars
- 3.7k
- Forks
- 419
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 88
Description
Ephemeral spaces are temporary name-less and id-less spaces. They are needed for map-reduce tasks in vshard, where some of map requests want to create a temporary table that works like an ordinary space, but can not conflict by name or by id with another spaces, and which can be GC-ed automatically after usage.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.