IT-Consultant 썸네일형 리스트형 Glance 정렬 순서 바꾸기 첫 화면에서 o 입력하면 위 화면이 뜬다, 그러면 제일 아래 sort key에 정렬하고픈 항목을 적으면 된다. 더보기 AJAX로 구축된 페이지 e-load로 부하테스트 할때 참조문서 이로드 디폴트 설정으로는 AJAX페이지를 부하테스트 할수가 안됩니다. 더보기 E-load 7.X에서 사용하던 Report Data를 8.X에서 사용하기 7.X에서 사용하던 RSWReport.mdb (C:\Empirix\eTEST\Reporter\RSWReport.mdb) 파일을 8.X 폴더에 복사한다. 작업하기전에 반드시 기존 파일을 백업해야 한다. 2가지 버전을 동시에 사용할 수 없다. 만약 MDB 파일 사이즈가 크다면 파일을 삭제하고 msaccess로 재생성 후 관리메뉴에서 스키마를 생성해주면 된다. 더보기 Elastic Search를 소개합니다. 앞으로 100만원대 장비로 대용량 검색을 수행할 수 있는 오픈소스를 찾던중 가장 효과적인 솔루션을 찾았습니다. Hadoop, CouchDB, Lucene 등 여러가지 기술을 응용해서 만들었습니다. 아래 동영상을 보면서 바로 "이거다"란 생각이 들더군요. http://www.elasticsearch.org/videos/2010/02/07/es-introduction.html Elastic Search 출처 : http://blog.sematext.com/2010/05/03/elastic-search-distributed-lucene/ Here at Sematext we are constantly looking to expand our horizons and acquire new knowledge, espe.. 더보기 특정 파티션을 지정해서 검색 select * from tb_article_master partition(P2011_06) 더보기 How to improve elasticsearch performance However, if any of your Java heap is sitting in swap, it can really affect performance, and it is worth doing some work to make sure that you never touch the swap. Linux can put some data into swap even when there is plenty of free memory. You may already be doing this, but just in case, here is how I would set things up: 1) If you have eg 8GB of memory available on your box to run ES, I would u.. 더보기 elasticsearch.yml https://gist.github.com/842638 ndex.term_index_interval ∘ index된 terms 사이의 간격을 조절한다. ∘ 값이 크면 reader/searcher 에서 memory 사용은 적게 하나, random access 가 느려지게 된다. ∘ 값이 작으면 reader/searcher 에서 memory 사용은 많이 하나, random access 가 빨리지게 된다. ∘ 기본값은 128 이다. name: ${HOSTNAME} # The cluster should be named with the name of the AD domain cluster: name: bldrprod-0.14.0 routing: allocation: # As small as possible, ve.. 더보기 매개변수의 변화 (call by reference) // [ReferenceParameter.java] public class ReferenceParameter { public void increase(int[] n) { for (int i = 0; i < n.length; i++) { n[i]++; System.out.println("n[" + i + "] : " + n[i]); } } public static void main(String[] args) { int[] ref1 = { 100, 800, 1000 }; // ref.length=3 ReferenceParameter rp = new ReferenceParameter(); rp.increase(ref1); for (int i = 0; i < ref1.length; i++) { System.ou.. 더보기 public, private, protected의 속 시원한 설명 참조 : http://kun6858.tistory.com/category/JAVA?page=5 더보기 ElasticSearch need 1g memory by 50 million docs. Today, I indexed 50 million document, when document count reached 60 million, index was crashed. In my opinion, ES need 1g memory by 50 million docs. 더보기 이전 1 ··· 20 21 22 23 24 25 26 ··· 128 다음