diff options
| author | Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com> | 2020-03-03 22:17:47 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-03 22:17:47 -0800 |
| commit | e3a6b8172fec9506b15520549e52be683e30cbfb (patch) | |
| tree | f1387a68439e5c6aea6e4832400119c3098c4d52 | |
| parent | 2a46b9628b23bce1482fe2bbcc77397657770bfe (diff) | |
| parent | 37393ca94b19e2758955480bb4099c1c9202dfe6 (diff) | |
Merge pull request #4552 from LinshanYu/fixurl2
fixurl
| -rw-r--r-- | communication/meeting-notes-archive/201801-201807_Community_Meeting_Minutes.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/communication/meeting-notes-archive/201801-201807_Community_Meeting_Minutes.md b/communication/meeting-notes-archive/201801-201807_Community_Meeting_Minutes.md index 8d77829f..3340e601 100644 --- a/communication/meeting-notes-archive/201801-201807_Community_Meeting_Minutes.md +++ b/communication/meeting-notes-archive/201801-201807_Community_Meeting_Minutes.md @@ -616,7 +616,7 @@ * No Kubernetes operator yet, but it's in progress. * Answers from Q&A: * @jberkus - For q1 - YB is optimized for small reads and writes, but can also perform batch reads and writes efficiently - mostly oriented towards modern OLTP/user-facing applications. Example is using spark or presto on top for use-cases like iot, fraud detection, alerting, user-personalization, etc. - * q2: operator in the works. We are just wrapping up our helm charts[ https://github.com/YugaByte/yugabyte-db/tree/master/cloud/kubernetes/helm](https://github.com/YugaByte/yugabyte-db/tree/master/cloud/kubernetes/helm) + * q2: operator in the works. We are just wrapping up our helm charts[ https://github.com/yugabyte/yugabyte-db/tree/v1.3.0/cloud/kubernetes/helm](https://github.com/yugabyte/yugabyte-db/tree/v1.3.0/cloud/kubernetes/helm) * q3: the enterprise edition does have net new DB features like async replication and enforcing geographic affinity for reads/writes, etc. Here is a comparison:[ https://www.yugabyte.com/product/compare/](https://www.yugabyte.com/product/compare/) * q4: You cannot write data using redis and read using another API. Its often tough to model across api's. Aim is to use a single database to build the app, so support common apis * The storage layer is common |
