未使用のインデックスと docValues プロパティのメモリコスト
トピック作成者:ks-solruserml-bot (2024/07/31 21:22 投稿)
3
(The bot translated the original post https://lists.apache.org/thread/o6830y3bztycmcstlfh6ro5jp6boq5jx into Japanese and reposted it under Apache License 2.0. The copyright of posted content is held by the original poster.)
こんにちは、
現在、複雑なSolrスキーマの最適化とクリーンアップを行っており、indexed="true"
およびdocValues="true"
のフィールドについて、これらの機能が使用されない場合でも、対応するデータ構造(反転インデックス、カラム指向マッピング)がディスクからメモリにロードされるかどうかを知りたいと考えています。言い換えれば、これらの機能がランタイムで使用されなくても、indexed
とdocValues
をfalse
に設定することでメモリ使用量を減らすことができるのでしょうか?
よろしくお願いします。
Heinz
トピックへ返信するには、ログインが必要です。