docs: update Philosophical_Quotes_CQL.ipynb (#1241)

pull/1243/head
Ikko Eltociear Ashimine 3 weeks ago committed by GitHub
parent ab845754ee
commit 1e892a4ae0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1149,7 +1149,7 @@
"source": [
"Now repeat the compute-embeddings-and-insert step on the new table.\n",
"\n",
"You could use the very same insertion code as you did earlier, because the differences are hidden \"behind the scenes\": the database will store the inserted rows differently according to the partioning scheme of this new table.\n",
"You could use the very same insertion code as you did earlier, because the differences are hidden \"behind the scenes\": the database will store the inserted rows differently according to the partitioning scheme of this new table.\n",
"\n",
"However, by way of demonstration, you will take advantage of a handy facility offered by the Cassandra drivers to easily run several queries (in this case, `INSERT`s) concurrently. This is something that Cassandra / Astra DB through CQL supports very well and can lead to a significant speedup, with very little changes in the client code.\n",
"\n",

Loading…
Cancel
Save