mirror of
https://github.com/dimitri/pgloader.git
synced 2025-08-07 23:07:00 +02:00
57 lines
1.0 KiB
Plaintext
57 lines
1.0 KiB
Plaintext
[pgsql]
|
|
host = localhost
|
|
port = 5432
|
|
base = pgloader
|
|
user = dim
|
|
pass = None
|
|
|
|
log_file = /tmp/pgloader.log
|
|
log_min_messages = DEBUG
|
|
client_min_messages = WARNING
|
|
lc_messages = C
|
|
|
|
;client_encoding = 'utf-8'
|
|
client_encoding = 'latin1'
|
|
copy_every = 5000
|
|
commit_every = 5
|
|
#copy_delimiter = %
|
|
|
|
null = ""
|
|
empty_string = "\ "
|
|
|
|
max_parallel_sections = 1
|
|
|
|
[ptmpl]
|
|
template = True
|
|
table = parallel
|
|
filename = parallel/parallel.data
|
|
field_sep = ;
|
|
columns = a, b
|
|
|
|
[split_csv]
|
|
format = csv
|
|
use_template = ptmpl
|
|
section_threads = 2
|
|
split_file_reading = True
|
|
|
|
[split_text]
|
|
format = text
|
|
use_template = ptmpl
|
|
section_threads = 2
|
|
split_file_reading = True
|
|
|
|
; round robin reader (1 reader feed section_threads processing threads)
|
|
[rrr_csv]
|
|
format = csv
|
|
use_template = ptmpl
|
|
section_threads = 3
|
|
split_file_reading = False
|
|
rrqueue_size = -1
|
|
|
|
[rrr_text]
|
|
format = text
|
|
use_template = ptmpl
|
|
section_threads = 2
|
|
split_file_reading = False
|
|
rrqueue_size = -1
|