We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff2de47 commit ee0b812Copy full SHA for ee0b812
hail_scripts/elasticsearch/hail_elasticsearch_client.py
@@ -28,7 +28,7 @@ def export_table_to_elasticsearch(
28
table: hl.Table,
29
index_name :str = "data",
30
index_type_name :str = '_doc',
31
- block_size :int = 5000,
+ block_size :int = 4000,
32
num_shards :int = 10,
33
delete_index_before_exporting :bool = True,
34
elasticsearch_write_operation :str = ELASTICSEARCH_INDEX,
0 commit comments