Hi all, I am investigating parallel scanner implementation. During the investigation, I found (or suspect) that running in debug mode does not allow trafodion to consume the hbase data fast enough to leverage parallel scan. So I am trying to run on my workstation in release mode.
Looking at makefile, look like adding an: export SQ_BUILD_TYPE=release Would do the trick? Well, it did compile and took long time to do so, so I am assuming it did generate a release build BUT When I run sqlci, I immediately get a core dump. Anything obvious I am not doing? Thanks in advance for the help, Eric Owhadi
