摘要: Each Elasticsearch shard is a Lucene index. There is a maximum number of documents you can have in a single Lucene index. As of LUCENE-5843, the limit 阅读全文
posted @ 2016-11-25 14:18 jiu~ 阅读(6417) 评论(0) 推荐(0)
摘要: pthread_mutex_lock pthread_mutex_lock pthread_mutex_lock(pthread_mutex_t *mutex); int pthread_mutex_trylock(pthread_mutex_t *mutex); int pthread_mutex 阅读全文
posted @ 2016-11-25 11:07 jiu~ 阅读(2267) 评论(0) 推荐(0)