Open OmkarPathak opened 4 years ago
Hello, @OmkarPathak
I suspect that SQL doesn't use the index properly.
You can run more verbosely using embulk run -l debug config.yml
@hiroyuki-sato yes the same query works well in oracle sql. Also tried running verbosely, but it still freezes and no output is generated at sysout (also no error is displayed, and program doesn't exit either)
Hello, @OmkarPathak
embulk preview
?embulk -J-Xmx10g run config.yml
(-J
option must set before run
)Hi @OmkarPathak Would you show the log until embulk freezes?
Hi team,
I am using
embulk-input-oracle
for fetching data. This works fine when I write query without anyWHERE
clause. But when I specify a WHERE clause it just freezes.This is the config we are using:
Is there any flag to be set for this to work?