Skip to content

Commit 2d0f67a

Browse files
committed
Edits
1 parent cfa1d5e commit 2d0f67a

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

docs/machine-learning/data-exploration/save-and-load-r-objects-from-sql-server-using-odbc.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,9 @@ monikerRange: ">=sql-server-2016||>=sql-server-linux-ver15"
1616

1717
Learn how to use the **RevoScaleR** package to store serialized R objects in a table and then load the object from the table as needed with [SQL Server Machine Learning Services](../sql-server-machine-learning-services.md). This can be used when training and saving a model, and then use it later for scoring or analysis.
1818

19-
To improve performance, the **RevoScaleR** package now includes new serialization and deserialization functions that improve performance and store the object more compactly.
20-
2119
## RevoScaleR package
2220

23-
The **RevoScaleR** package now includes new functions that make it easier to save R objects to SQL Server and then read the objects from the SQL Server table. In general, each function call uses a simple key value store, in which the key is the name of the object, and the value associated with the key is the varbinary R object to be moved in or out of a table.
21+
The **RevoScaleR** package includes serialization and deserializatio functions that can R objects compactly to SQL Server and then read the objects from the table. In general, each function call uses a simple key value store, in which the key is the name of the object, and the value associated with the key is the varbinary R object to be moved in or out of a table.
2422

2523
To save R objects to SQL Server directly from an R environment, you must:
2624

0 commit comments

Comments
 (0)