prepare sharding / partitioning init
- create exchange-0001.sql with functions to create all tables and partitions / shards - create exchange-0002.sql for the master db
This commit is contained in:
parent
e24a6369aa
commit
afb1b5f902
@ -19,6 +19,7 @@ sql_DATA = \
|
|||||||
benchmark-0001.sql \
|
benchmark-0001.sql \
|
||||||
exchange-0000.sql \
|
exchange-0000.sql \
|
||||||
exchange-0001.sql \
|
exchange-0001.sql \
|
||||||
|
exchange-0002.sql \
|
||||||
drop0001.sql
|
drop0001.sql
|
||||||
|
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
|
@ -72,4 +72,7 @@ DROP FUNCTION IF EXISTS exchange_do_recoup_to_reserve;
|
|||||||
-- FIXME: drop other stored functions!
|
-- FIXME: drop other stored functions!
|
||||||
|
|
||||||
-- And we're out of here...
|
-- And we're out of here...
|
||||||
|
|
||||||
|
SELECT _v.unregister_patch('exchange-0002');
|
||||||
|
|
||||||
COMMIT;
|
COMMIT;
|
||||||
|
File diff suppressed because it is too large
Load Diff
1814
src/exchangedb/exchange-0002.sql
Normal file
1814
src/exchangedb/exchange-0002.sql
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user