#208: remove block_num and type_id columns from hive.operations
- May 22, 2024
-
-
postgres by defualt sets COST to 100 for plpgsql functions, and 1 for calling C functions, because the wrappers only directly call C functions it is better to inform planner about their low cost.
-
39f6214a
-
2cd6825c
-
Wrappers where introduced to be use be indexes during instalation data schema and runtime must use exactly the same functions to allow planner to use indexes, what was not implemented when wrapper were added.
20d72b65 -
hive.operation_id is used now to compute stable id for sorting keyauth changes. The computed id guarantees that change caused by a harfork are lates in a hardfork block.
90073e85 -
3960757e
-
8d4f373f
-
operation_id
d713aec3 -
Add functions in C to operation id computations Use new functions in sql-serializer Use new C functions in hive_fork_manager sql scripts - Warning: additional wrrapers added because the functions are used by indexes (part of data schema), and 'C' functions are part of runtime deployment, so they are unknow during data installation
95c2ff6e -
dc4a9755
-
420a1a9c
-