This is an automated email from the ASF dual-hosted git repository.
abenedetti pushed a commit to branch production
in repository https://gitbox.apache.org/repos/asf/solr-site.git
The following commit(s) were added to refs/heads/production by this push:
new dd84211a5 Impact of Large Stored fields blog post (#121) (#122)
dd84211a5 is described below
commit dd84211a55e30819501ebfbd51bbfe5552d40429
Author: Alessandro Benedetti <[email protected]>
AuthorDate: Thu Aug 29 16:31:58 2024 +0200
Impact of Large Stored fields blog post (#121) (#122)
* Create
2024-08-08-impact-of-large-stored-fields-on-apache-solr-query-performance.md
New blog post added
Co-authored-by: Lisa <[email protected]>
---
...-large-stored-fields-on-apache-solr-query-performance.md | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git
a/content/pages/blogposts/2024-08-08-impact-of-large-stored-fields-on-apache-solr-query-performance.md
b/content/pages/blogposts/2024-08-08-impact-of-large-stored-fields-on-apache-solr-query-performance.md
new file mode 100644
index 000000000..311a894db
--- /dev/null
+++
b/content/pages/blogposts/2024-08-08-impact-of-large-stored-fields-on-apache-solr-query-performance.md
@@ -0,0 +1,13 @@
+Title: Impact of Large Stored fields on Apache Solr Query Performance
+category: solr/blogposts
+summary: This blog post analyzes the impact of large stored fields on Apache
Solr query performance. Written by Elia Porciani, R&D Software Engineer at
Sease.
+slug: impact-of-large-stored-fields-on-apache-solr-query-performance
+URL:
blogposts/impact-of-large-stored-fields-on-apache-solr-query-performance.html
+save_as:
blogposts/impact-of-large-stored-fields-on-apache-solr-query-performance.html
+
+# Impact of Large Stored fields on Apache Solr Query Performance
+
+In Solr, a field can be set as indexed and/or as stored.
+Having fields stored can be helpful in several scenarios. The downside is that
their usage increases the index size and can affect the performance depending
on how they are used.
+
+Take a look at this case study with huge stored field - the complete post can
be read here: [Impact of Large Stored fields on Apache Solr Query
Performance](https://sease.io/2022/12/impact-of-large-stored-fields-on-apache-solr-query-performance.html)