Connection option `assume_no_nulls`, since all JSON
parsing is done through RJSONIO package with built-in
NULL-handling.
FALSE
path
of assume_no_nulls
connection option.assume_no_nulls
to allow faster
JSON deserializing of Kinetica result when the expected
result is not expected to contian NULL values. When the
flag assume_no_nulls=TRUE
, JSON parsing uses purrr
library for faster data processing. When flag value is
FALSE
(default value), it uses rjson to provide
accurate NULL-handling.High Availability configuration support with options to
either expect on automatic discovery of backup clusters
when primary Kinetica DB instance is HA-enabled or to
configure KineticaConnection manually by adding ha_ring
parameter to initial dbConnect() call.
Pagination for queries where results are expected to exceed
row_limit
of Kinetica Connection. (Available in
in dbSendQuery() and dbSendStatement() methods through
limit
and offset
parameters.)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.