Skip to content

Investigate if database writing due to RMariaDB switch from RMySQL #322

Open
@madison-feshuk

Description

@madison-feshuk

Looks like others were seeing similar slowness from switching their database client package from RMySQL (not longer supported) to RMariaDB: r-dbi/RMariaDB#162 r-dbi/RMariaDB#265

There might be additional parameters we can configure on our end to better utilize RMariaDB and speed up processing, ex.

  • Switch dbWriteTable with dbAppendTable
    dbWriteTable(conn = dbcon,

    OR
  • In dbConnect, consider adding "load_data_local_infile = TRUE" as an additional parameter

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions