Learn R Programming

Achilles (version 1.6.1)

createIndices: Create indicies

Description

Create indicies

Usage

createIndices(connectionDetails, resultsDatabaseSchema, sqlOnly = FALSE)

Arguments

connectionDetails

An R object of type connectionDetails created using the function createConnectionDetails in the DatabaseConnector package.

resultsDatabaseSchema

Fully qualified name of database schema that we can write final results to. Default is cdmDatabaseSchema. On SQL Server, this should specifiy both the database and the schema, so for example, on SQL Server, 'cdm_results.dbo'.

sqlOnly

TRUE = just generate SQL files, don't actually run, FALSE = run Achilles

Details

Post-processing, create indices to help performance. Cannot be used with Redshift.