Romain Ferraton
Romain Ferraton
Would it be possible to have a sample in Python for openning a connection to an hyperprocess that is already openned by another process ? Using tcp and a fix...
In order to improve join performance , would it be possible to have a **scalar functions that return a int(HASH32) or bigint (HASH64) resulting from a hash algorithme from a...
Would it be possible to have a FOOTER=>nrows advanced format option for CSV ? My need comes from a HANA DB export as CLOB and the hana driver i use...
Currently CTAS using an external table for ARRAY as source is sequential : the source files in the array are read one after another. It would be great if the...
It would usefull (i think) to have an IGNORE_ERROR option for COPY and external table with à number of errors that can be ignored during the process.
ColumnStore Index dissallow SORT_IN_TEMPDB parameter, so in order to rebuild these index, when the @sort_in_tempdb variable is set to 0 then no more SORT_IN_TEMPDB=OFF --> the ELSE part is removed.
### Verified issue does not already exist? I have searched and found no existing issue ### What error did you receive? Not really an error message but when using a...
**Is your feature request related to a problem? Please describe.** I saw that the MySqlBulkCopy (which is great) use a const 1MB to read from IDataReader and write to target....
Postgresql use a ctid column that is a tid datatype : it could be usefull to add to the writer for conversion
I have a problem on the query 11 on the TPCH(SF10). It seams Hyper **does not return the correct result set.** By digging into the issue I found something strange...