- Dec 27, 2024
-
-
Кирилл Безуглый authored
BREAKING CHANGE: as soon as PostgreSQL protocol is enabled by default, we must be careful with `--pg-listen` cli flag when creating more than a single instance, because we will suddenly get a port confict error (busy port)
-
- Dec 20, 2024
-
-
Вартан Бабаян authored
-
Вартан Бабаян authored
-
- Dec 19, 2024
-
-
Georgy Moshkin authored
Before this fix if requesting RPC by an invalid bucket_id we would send an RPC to every replicaset to check if they have such a bucket_id. This is not needed because we know the allowed range.
-
- Dec 16, 2024
-
-
- Dec 09, 2024
-
-
Кирилл Безуглый authored
-
Kurdakov Alexander authored
Introduce new parameters for alter system: - vdbe_max_steps - vtable_max_rows
-
- Nov 20, 2024
-
-
Georgy Moshkin authored
Add alter system cluster_wal_max_size and cluster_wal_max_count parameters which control the auto compaction of _raft_log system space based on the size in bytes and number of tuples respectively.
-
- Oct 28, 2024
-
-
Georgy Moshkin authored
-
- Oct 25, 2024
-
-
- Oct 22, 2024
-
-
Вартан Бабаян authored
-
Вартан Бабаян authored
-
Вартан Бабаян authored
-
Вартан Бабаян authored
-
- Oct 15, 2024
-
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
Add new config::AlterSystemParameters struct which is responsible for definitions of system parameters, their default values and mapping to sbroad type. This is a big step towards moving all system parameters from _pico_property into another system table.
-
Georgy Moshkin authored
-
- Oct 03, 2024
-
-
Вартан Бабаян authored
-
- Sep 17, 2024
-
-
Вартан Бабаян authored
-
- Sep 16, 2024
-
-
Вартан Бабаян authored
-
- Sep 13, 2024
-
-
Kurdakov Alexander authored
Move vshard related fields from _pico_property to _pico_tier and adapt it in governor algorithm
-
- Sep 12, 2024
-
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
- Aug 14, 2024
-
-
- Aug 08, 2024
-
-
Кирилл Безуглый authored
-
- Jul 26, 2024
-
-
Creating default tier on absence of `tier` section in configuration file taking into account `default_replication_factor`.
-
Vartan Babayan authored
-
- Jul 16, 2024
-
-
Kurdakov Alexander authored
default tier persisted only in the absence of configuration file This partially reverts commit 6f0cee63.
-
- Jun 21, 2024
-
-
Vartan Babayan authored
-
- Jun 17, 2024
-
-
following sections were renamed: tiers -> tier peers -> peer
-
- Jun 13, 2024
-
-
Georgy Moshkin authored
-
- Jun 05, 2024
-
-
Previously tests did change environment variables and since they run in parallel this lead to other tests failing because of unexpected env content Co-authored-by:
Dmitry Rodionov <d.rodionov@picodata.io>
-
- Jun 04, 2024
-
-
- May 31, 2024
-
-
Егор Ивков authored
this fixes the following bug: ``` picodata run --data-dir tmp/i1/ C> invalid socket path: tmp/i1//admin.sock [supervisor:214288] no ipc message from child [supervisor:214288] subprocess 214289 exited with code 1 ```
-
- May 17, 2024
-
-