Optimizations of ranges selection while reading with enabled optimize_read_in_order.#6299
Conversation
|
TSan report looks relevant. |
e4827a4 to
cfe32ad
Compare
9094cc7 to
16ddc6b
Compare
…synchronousBlockInputStream
16ddc6b to
7ae73be
Compare
…synchronousBlockInputStream
…ptimization with joins
|
I disabled read in order optimization with joins as it works incorrectly now, because after join UnionBlockInputStream is called. |
|
Hi Guys, select TOP 1000 ext_rec_num,xdr_id,xdr_grp,xdr_type,xdr_subtype,xdr_direction,xdr_location, start_time,stop_time, transaction_duration,response_time,protocol,chunk_count,dpc, opc,first_link_id,last_dpc,last_opc,last_link_id,first_back_opc, first_back_link_id,calling_ssn,called_ssn,called_sccp_address, calling_party_address,response_calling_address,root_end_code, root_cause_code,root_cause_pl,root_failure,root_equip, map_end_code,map_cause_code,map_cause_pl,sip_end_code, sip_cause_code,sip_cause_pl,isup_end_code,isup_cause_code, isup_cause_pl,inap_end_code,inap_cause_code,inap_cause_pl, subs_id,mccmnc,imsi,msisdn,tac,imei,msc_number,vlr_number, hlr_number,service_key_1,camel_phases,camel_cpbt_handling, gsm_scf_address,location_number,old_lac,mcc,mnc,lac, cell_id,sms_length,service_center_address,calling_number, dialled_number,connect_timestamp,setup_time, conversation_time,cic,call_connected,release, forwarded,a_nature,a_num_plan,b_nature,b_num_plan, c_number,c_nature,c_type,d_number,d_type,e_number,e_type, teleservice,leg1_1_event,leg1_2_event,leg1_3_event, leg2_1_event,leg2_2_event,leg2_3_event,leg3_1_event, leg3_2_event,leg3_3_event,sgsn_number,sgsn_address,apn_1, apn_2,apn_3,apn_4,apn_5,call_id,calling_ip_address, calling_port,calling_id_user,calling_id_host, calling_id_name,calling_realm,calling_user_agent, original_called_id_user,original_called_id_host, original_called_id_name,called_id_user,called_id_host, called_id_name,request_uri,from_uri,to_uri,media_format from ss7_table where start_time > 971128806382 and start_time < 971172006000 and msisdn = '33610379835' ORDER BY start_time DESC |
|
No, it should not be included in any stable version yet. |
|
Your testing version Resolution: install the latest testing from https://repo.yandex.ru/clickhouse/deb/testing/main/ PS. Actually it should be named 19.14 instead. |
|
Thank you very much! |
|
@alexey-milovidov I really appreciate if you answer my above 2 questions. |
I hereby agree to the terms of the CLA available at: https://yandex.ru/legal/cla/?lang=en
For changelog. Remove if this is non-significant change.
Category (leave one):
Short description (up to few sentences):
Now less data will be read with enabled optimize_read_in_order and small limit.
Part of #6054. Do not include to changelog.