TiDB v8.5 Documentation
recommendations · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 701 5.1.4 Network requirements · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · tional values TABLE and GLOBAL are added. In ad- dition, it now sup- ports cluster- level scatter- ing policy to avoid the TiKV OOM issues caused by uneven distri- bution of regions during fast table cre- ation FLOAT64, and the mini- mum value becomes 0.05. In scenarios where network jitter occurs fre- quently, you can reduce the impact of network jitter on perfor- mance by setting a smaller value to shorten the0 码力 | 6730 页 | 111.36 MB | 9 月前3TiDB v8.4 Documentation
recommendations · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 696 5.1.4 Network requirements · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · tional values TABLE and GLOBAL are added. In ad- dition, it now sup- ports cluster- level scatter- ing policy to avoid the TiKV OOM issues caused by uneven distri- bution of regions during fast table cre- ation FLOAT64, and the mini- mum value becomes 0.05. In scenarios where network jitter occurs fre- quently, you can reduce the impact of network jitter on perfor- mance by setting a smaller value to shorten the0 码力 | 6705 页 | 110.86 MB | 9 月前3TiDB v8.3 Documentation
recommendations · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 614 5.1.4 Network requirements · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · to the existing one. You can configure different batching strategies using the tikv-client.batch-policy configuration item to accommodate various workloads. For more information, see documentation. • specify the virtual IP address using the TiProxy configuration item ha.virtual-ip and specify the network interface to bind the virtual IP to using ha.interface. The virtual IP will be bound to a TiProxy0 码力 | 6606 页 | 109.48 MB | 9 月前3TiDB v8.2 Documentation
recommendations · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 611 5.1.4 Network requirements · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · connection counts, health, memory, CPU, �→ and location. According to the load balancing policy specified in the �→policy
configuration item, TiProxy dynamically selects �→ the optimal TiDB node combination and priority of load balancing policies through the policy configuration item. 39 • resource: the resource priority policy performs load balancing based on the following priority order: status0 码力 | 6549 页 | 108.77 MB | 9 月前3TiDB v8.1 Documentation
recommendations · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 612 5.1.4 Network requirements · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · (deprecated) · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 5178 25 16.4 Release Support Policy · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 5179 table with the foreign key #51838 @YangKeao • Fix the issue that adding indexes fails when the TiDB network is isolated #51846 @ywqzzy • Fix the issue that adding an index with the same name after renaming0 码力 | 6479 页 | 108.61 MB | 9 月前3Python 标准库参考指南 3.6.15
. . . . . . . . . . . . . . . . . . . . . . . . . . . 1148 21.21 socketserver —A framework for network servers . . . . . . . . . . . . . . . . . . . . . . . . . 1151 iv 21.22 http.server —HTTP 服务器 db[b'hello'] = b'there' db['www.python.org'] = 'Python Website' db['www.cnn.com'] = 'Cable News Network' # Note that the keys are considered bytes now. assert db[b'www.python.org'] == b'Python Website' Website' # Notice how the value is now in bytes. assert db['www.cnn.com'] == b'Cable News Network' # Often-used methods of the dict interface work too. print(db.get('python.org', b'not present')) # Storing0 码力 | 1886 页 | 8.95 MB | 9 月前3Python 标准库参考指南 3.6.15
. . . . . . . . . . . . . . . . . . . . . . . . . . . 1148 21.21 socketserver —A framework for network servers . . . . . . . . . . . . . . . . . . . . . . . . . 1151 iv 21.22 http.server —HTTP 服务器 db[b'hello'] = b'there' db['www.python.org'] = 'Python Website' db['www.cnn.com'] = 'Cable News Network' # Note that the keys are considered bytes now. assert db[b'www.python.org'] == b'Python Website' Website' # Notice how the value is now in bytes. assert db['www.cnn.com'] == b'Cable News Network' # Often-used methods of the dict interface work too. print(db.get('python.org', b'not present')) # Storing0 码力 | 1886 页 | 8.95 MB | 9 月前3Python 标准库参考指南 3.7.13
db[b'hello'] = b'there' db['www.python.org'] = 'Python Website' db['www.cnn.com'] = 'Cable News Network' # Note that the keys are considered bytes now. assert db[b'www.python.org'] == b'Python Website' Website' # Notice how the value is now in bytes. assert db['www.cnn.com'] == b'Cable News Network' # Often-used methods of the dict interface work too. print(db.get('python.org', b'not present')) # Storing sched_get_priority_min(policy) 获取 policy 的最低优先级数值。policy 是以上调度策略常量之一。 os.sched_get_priority_max(policy) 获取 policy 的最高优先级数值。policy 是以上调度策略常量之一。 os.sched_setscheduler(pid, policy, param) 根据进程的 PID pid0 码力 | 1961 页 | 9.14 MB | 9 月前3Python 标准库参考指南 3.7.13
db[b'hello'] = b'there' db['www.python.org'] = 'Python Website' db['www.cnn.com'] = 'Cable News Network' (下页继续) 12.5. dbm --- Unix ” 数据库” 接口 385 The Python Library Reference, 发布 3.7.13 (续上页) # Note b'Python Website' # Notice how the value is now in bytes. assert db['www.cnn.com'] == b'Cable News Network' # Often-used methods of the dict interface work too. print(db.get('python.org', b'not present')) sched_get_priority_min(policy) 获取 policy 的最低优先级数值。policy 是以上调度策略常量之一。 os.sched_get_priority_max(policy) 获取 policy 的最高优先级数值。policy 是以上调度策略常量之一。 os.sched_setscheduler(pid, policy, param) 根据进程的 PID pid0 码力 | 1846 页 | 9.09 MB | 9 月前3Python 标准库参考指南 3.8.20
db[b'hello'] = b'there' db['www.python.org'] = 'Python Website' db['www.cnn.com'] = 'Cable News Network' # Note that the keys are considered bytes now. assert db[b'www.python.org'] == b'Python Website' Website' # Notice how the value is now in bytes. assert db['www.cnn.com'] == b'Cable News Network' # Often-used methods of the dict interface work too. print(db.get('python.org', b'not present')) # Storing sched_get_priority_min(policy) 获取 policy 的最低优先级数值。policy 是以上调度策略常量之一。 os.sched_get_priority_max(policy) 获取 policy 的最高优先级数值。policy 是以上调度策略常量之一。 os.sched_setscheduler(pid, policy, param) 设置 PID 为 pid0 码力 | 1927 页 | 9.69 MB | 9 月前3
共 225 条
- 1
- 2
- 3
- 4
- 5
- 6
- 23