This is an automated email from the ASF dual-hosted git repository.

mck pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra-website.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 1d8acbef BLOG - Town Hall Replay: Bad Partition Handling & Large 
Language Models
1d8acbef is described below

commit 1d8acbef71faef2ef6df97707259df953db82963
Author: Diogenese Topper <[email protected]>
AuthorDate: Tue Aug 15 15:49:33 2023 -0700

    BLOG - Town Hall Replay: Bad Partition Handling & Large Language Models
    
    patch by Diogenese Topper; reviewed by Mick Semb Wever for CASSANDRA-18763
---
 site-content/source/modules/ROOT/pages/blog.adoc   | 24 +++++++++++++
 ...rtition-Handling-and-Large-Language-Models.adoc | 42 ++++++++++++++++++++++
 2 files changed, 66 insertions(+)

diff --git a/site-content/source/modules/ROOT/pages/blog.adoc 
b/site-content/source/modules/ROOT/pages/blog.adoc
index ca006d40..4f8e658d 100644
--- a/site-content/source/modules/ROOT/pages/blog.adoc
+++ b/site-content/source/modules/ROOT/pages/blog.adoc
@@ -8,6 +8,30 @@ NOTES FOR CONTENT CREATORS
 - Replace post tile, date, description and link to you post.
 ////
 
+//start card
+[openblock,card shadow relative test]
+----
+[openblock,card-header]
+------
+[discrete]
+=== Town Hall Replay: Bad Partition Handling & Large Language Models
+[discrete]
+==== August 16, 2023
+------
+[openblock,card-content]
+------
+Learn how to handle and mitigate bad partitions during production incidents 
and explore the impact of LLMs.
+
+[openblock,card-btn card-btn--blog]
+--------
+[.btn.btn--alt]
+xref:blog/Town-Hall-Replay-Bad-Partition-Handling-and-Large-Language-Models.adoc[Read
 More]
+--------
+
+------
+----
+//end card
+
 //start card
 [openblock,card shadow relative test]
 ----
diff --git 
a/site-content/source/modules/ROOT/pages/blog/Town-Hall-Replay-Bad-Partition-Handling-and-Large-Language-Models.adoc
 
b/site-content/source/modules/ROOT/pages/blog/Town-Hall-Replay-Bad-Partition-Handling-and-Large-Language-Models.adoc
new file mode 100644
index 00000000..76c178da
--- /dev/null
+++ 
b/site-content/source/modules/ROOT/pages/blog/Town-Hall-Replay-Bad-Partition-Handling-and-Large-Language-Models.adoc
@@ -0,0 +1,42 @@
+= Town Hall Replay: Bad Partition Handling \& Large Language Models
+:page-layout: single-post
+:page-role: blog-post
+:page-post-date: August 16, 2023
+:page-post-author: The Apache Cassandra Community
+:description: A recap of the June Town Hall
+:keywords: meetup, event
+
+Apache Cassandra Town Halls are monthly opportunities to share use cases, 
tips, and learn about Cassandra project news. If you are an Apache Cassandra 
end user or part of the Cassandra engineering community, Town Halls are a great 
way to stay up-to-date on community activities.
+
+_Town halls occur at 8am PT on the fourth Thursday of every month._
+
+**Improving Bad Partition Handling in Apache Cassandra**
+
+Presented by https://www.linkedin.com/in/jordan-west-8aa1731a3/[Jordan West^] 
and https://www.linkedin.com/in/cheng-wang-10323417/[Cheng Wang^], Netflix
+
+Reading and compacting bad partitions have long been known to impact Cassandra 
performance. They have been the root cause of various production issues at 
Netflix. While there are several potential solutions for addressing them at an 
implementation level, we must also deal with them today when they arise. There 
are several forms of bad partitions, which include: a partition that gets large 
in size several GBs+; a partition with many (millions or more) small rows, 
potentially spread across [...]
+
+**Unleashing the Power of Large Language Models with Apache Cassandra and 
Vector Search**
+
+Presented by https://www.linkedin.com/in/jbellis/[Jonathan Ellis^], DataStax
+
+In this talk, Jonathan explores the transformative role of Large Language 
Models (LLMs) like GPT-4 in developing AI-powered applications. Jonathan also 
covers how LLMs simplify traditional AI processes, reducing the need for 
complex data pipelines and bespoke model training to straightforward text-based 
inputs and queries. Through real-world application examples, Jonathan 
highlights the potential of LLMs in creating efficient AI systems, and the role 
of vector search. 
+
+**Apache Cassandra Project Updates**
+
+Presented by http://in/josh-mckenzie-59b38b14[Josh McKenzie^], Cassandra PMC 
Chair
+
+video::OkqyUdxQPBg[youtube,OkqyUdxQPBg,width=560,height=315]
+
+### Ways to Participate
+
+To catch an upcoming Town Hall, check out our 
https://www.meetup.com/cassandra-global/[Planet Cassandra Global Meetup 
Group^]. To view previous Town Hall recordings, visit the 
https://www.youtube.com/watch?v=f0F0dCThQ40&list=PLqcm6qE9lgKKpeO7AgGWcLB6dsz0vS4y1[Planet
 Cassandra YouTube Channel^]. 
+
+If you’re interested in sharing a case study or use case with the community, 
https://docs.google.com/forms/d/e/1FAIpQLScsRrS02giJRklynroTeBV7mkEH3Oc_n_hU0ZZM82VKiBnNnw/viewform[let
 us know^]. 
+
+For more information or to join the discussion, join us on these channels: 
+
+* https://cassandra.apache.org/_/index.html[Apache Cassandra Website]
+* https://the-asf.slack.com/ssb/redirect[ASF Slack^]
+* https://planetcassandra.org/[Planet Cassandra Website^]
+* https://discord.com/invite/Ut8YctQWac[Planet Cassandra Discord^]
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to