タグ

solrとgcに関するdannのブックマーク (2)

  • Solr & Lucene @ Etsy by Gregg Donovan

    Solr & Lucene at Etsy provides concise summaries of Gregg Donovan's experience using Solr and Lucene at Etsy and TheLadders, including optimizations made to maximize performance out of the box, techniques for low-level hacking, and when each approach is best applied. Key points covered are maximizing Solr functionality, continuous deployment, cheap performance wins, and tools for low-level hacking

    Solr & Lucene @ Etsy by Gregg Donovan
    dann
    dann 2012/01/22
  • Ameba サーチの仕組みについて(Solrについて)

    Yonik Seeley ( =カウントの取得&マージ処理が重い ) ・ Lucene ベース ・ 100% Java の Web サーバアプリ ・ HTTP インターフェース ( XML 、 JSON 、 binary 、 RubyPythonetc. ) ・拡張可能なアーキテクチャ  (自作のフィールドタイプなども定義可能) 死活監視 2 秒おき UseBiasedLocking :衝突が起こらないよう、同期のパフォーマンスを向上させる DoEscapeAnalysis :メソッドコンパイルのスコープで、シングルスレッドからしか参照されないようなオブジェクトへの割当を最適化する UseParNewGC :マイナー GC をマルチスレッドで実行 CMSParallelRemarkEnabled :メジャー GC の Remark フェイズをマルチスレッドで実行 Use

  • 1