Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
特别是HBase 0.90.6版本的“ hbase.client.scanner.caching ”的默认值是多少?是 1 还是 100?
很确定它是 100。书上是这么说的,对于这样定义的值,1 将是一个奇怪的默认值:
如果扫描仪不是从(本地,客户端)内存提供的,则在扫描仪上调用 next 时将获取的行数。更高的缓存值将启用更快的扫描程序,但会占用更多内存,并且当缓存为空时,某些 next 调用可能需要越来越长的时间。