Skip to content

Commit b51465f

Browse files
author
Lauren
authored
Merge pull request #2381 from basho/lr-warningupdate
Clarify warning
2 parents c9f2d70 + 36ff4ba commit b51465f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/riak/ts/1.5.0/using/writingdata.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ If you want to adjust that value, the configuration parameter `timeseries_max_ba
329329
You can add data via SQL statements either through the [query interface][querying] or via [riak shell][riakshell]. Basic SQL `INSERT` functionality is available, but more complicated things such as `INSERT...SELECT` or subqueries are not.
330330

331331
{{% note title="INSERT limitations" %}}
332-
Writing data via an SQL INSERT statement (as demonstrated below) has been found to be 3x slower than using one of our supported clients or the riak shell to insert data under a normal workload (10 bytes per column, up to ~ 50 columns). In these cases, we strongly recommend that you only `INSERT` small data updates and do not use it in a production environment.
332+
Writing data with a [supported client](#writing-data) has been found to be 3x faster than using an SQL INSERT statement (as demonstrated below) to insert data under a normal workload (10 bytes per column, up to ~ 50 columns). We strongly recommend that you only use `INSERT` for small amounts of data and do not use it in a production environment.
333333

334334
Larger workloads should only use a supported client to insert data.
335335
{{% /note %}}

0 commit comments

Comments
 (0)