- Aug 02, 2023
-
-
Dmitry Ivanov authored
NB: this commit needs the fixes in tarantool-sys, so we have to update the git submodule.
-
Dmitry Ivanov authored
-
Dmitry Ivanov authored
-
- Aug 01, 2023
-
-
Egor Ivkov authored
-
Egor Ivkov authored
-
Egor Ivkov authored
-
Egor Ivkov authored
-
- Jul 28, 2023
-
-
-
Georgy Moshkin authored
-
- Jul 27, 2023
-
-
Егор Ивков authored
-
- Jul 26, 2023
-
-
Maksim Kaitmazian authored
-
- Jul 24, 2023
-
-
- Jul 21, 2023
-
-
Denis Smirnov authored
-
Denis Smirnov authored
Previously we extracted attributes from DDL plan nodes and left the nodes in arena in the inconsistent state. This approach is error prone, so now we extract the whole node from the plan arena before using its attributes.
-
Denis Smirnov authored
Previous version of the SQL module hierarchy was overcomplicated. Current commit simplifies it, so SQL has only two submodules: router and storage.
-
Denis Smirnov authored
Previously we created a very strange error sandwitch when failed on the storage or router runtimes: - wrapped traft error into a sbroad one - wrapped the result again into traft error Now we wrapp sbroad errors into traft or return traft errors as is.
-
Denis Smirnov authored
Now it is possible to drop sharded tables with pico.sql() Lua function.
-
Denis Smirnov authored
Adds support for creation of the sharded memtx spaces via pico.sql().
-
Denis Smirnov authored
The reason of this refactoring is that we need Picodata specific API rather then the API provided by tarantool module. For example, table creation needs access to the clusterwide API for sharded and global spaces.
-
- Jul 20, 2023
-
-
Closes #321
-
- Jul 19, 2023
-
-
Egor Ivkov authored
-
-
-
-
- Jul 18, 2023
-
-
Georgy Moshkin authored
-
-
-
-
-
-
-
-
- Jul 14, 2023
-
-
-
-
-
INSERT command in the SQL library (sbroad) was refactored. Now we don't need a custom SQL function to calculate bucket ids. So, remove redundant functions from picodata SQL module.
-
Check that picodata SQL uses `key_def` module from Tarantool to calculate the tuple hash.
-
- Jul 13, 2023
-
-