- Mar 23, 2022
-
-
Martin Lees authored
-
- Mar 14, 2022
-
-
Martin Lees authored
-
- Mar 13, 2022
-
-
Martin Lees authored
-
Martin Lees authored
-
Martin Lees authored
-
Martin Lees authored
-
- Mar 03, 2022
-
-
Mateusz Żebrak authored
-
Mateusz Żebrak authored
-
Mateusz Żebrak authored
-
Mateusz Żebrak authored
-
- Feb 16, 2022
-
-
Bartek Wrona authored
-
- Jan 05, 2022
-
-
Bartek Wrona authored
Defined base CI docker image, to be used as a base for actual CI container. See merge request !530
-
Bartek Wrona authored
-
- Nov 08, 2021
-
-
Bartek Wrona authored
vops container received from Vops provider must be stripped from wrapping... See merge request !527
-
- Nov 04, 2021
-
-
Bartek Wrona authored
vops container received from Vops provider must be stripped from wrapping block number structure to avoid failure at further processing.
-
Marcin authored
-
- Nov 02, 2021
-
-
Bartek Wrona authored
Fixed syntax errors causing an upgrade procedure to fail. See merge request !525
-
Bartek Wrona authored
-
- Oct 28, 2021
-
-
Bartek Wrona authored
Optimized update_notification_cache procedure: See merge request !523
-
Bartek Wrona authored
- simplified hive_accounts_rank_view - added dedicated index to enrce IndexOnlyScan execution plan during query.
-
- Oct 15, 2021
-
-
Bartek Wrona authored
Upgraded min. setuptools version. See merge request !521
-
Bartek Wrona authored
Eliminated need to use edit installation mode during executing a pip tool. This fixes problem appeared lately when pip tool has been upgraded up to version >= 21.0 where edit install mode support has been dropped. Also improved detecting of old setup tools - now too old setuptools should result in installation error. SQL scripts are added now as package resources (instead of other datafiles) what is preferred way to distribute other data files.
-
- Oct 12, 2021
-
-
Bartek Wrona authored
add MATERIALIZED keyword to ring-fence some CTEs (i.e. WITH blocks) See merge request !516
-
- Sep 29, 2021
-
-
Bartek Wrona authored
-
Bartek Wrona authored
-
Bartek Wrona authored
-
Bartek Wrona authored
-
Bartek Wrona authored
-
- Sep 24, 2021
-
-
Bartek Wrona authored
-
- Sep 23, 2021
-
-
Bartek Wrona authored
-
Bartek Wrona authored
- update_posts_rshares does not contain anymore JIT disabling code = db_upgrade procedure contains a code to disable JIT at database level.
-
Bartek Wrona authored
Latest schema changes incorporated into upgrade scripts. See merge request !515
-
Dan Notestein authored
-
Dan Notestein authored
[DLN] add MATERIALIZED keyword to some CTEs (WITH blocks) to ring-fencing behavior of postgres 10 for those CTEs. Disable jit compiling of queries for entire hivemind datbase because it mostly hurts performance of hivemind queries which typically don't have long execution times but are complex queries that take a long time to compile
-
Bartek Wrona authored
-
Bartek Wrona authored
-
- Sep 14, 2021
-
-
Bartek Wrona authored
Conditionally disabled JIT optimizer during execution of update_posts_rshares See merge request !513
-
- Sep 13, 2021
-
-
Bartek Wrona authored
Conditionally disabled JIT optimizer during execution of update_posts_rshares to eliminate LIVE SYNC slowdown. Related to issue #168
-
- Sep 06, 2021
-
-
Bartek Wrona authored
VACUUM ANALYZE must be executed after index creation but before other... See merge request !512
-
Bartek Wrona authored
VACUUM ANALYZE must be executed after index creation but before other after-initial-sync actions (to update execution plans)
-