SlideShare ist ein Scribd-Unternehmen logo
1 von 23
了解网络
核心系统数据库组 余锋
http://yufeng.info
@淘宝褚霸
2012-07-29
网卡型号
$ sudo hwconfig
Chipset: Intel 82801JIB A0 (ICH10)
Network: eth0 (bnx2): Broadcom BCM5709 Gigabit,
4c:b1:6c:8f:4a:bc, 1Gb/s <full-duplex>
Network: eth1 (bnx2): Broadcom BCM5709 Gigabit,
4c:b1:6c:8f:4a:bc, no carrier
OS: RHEL Server 6.2, Linux 2.6.32-
131.21.1.tb477.el6.x86_64 x86_64, 64-bit
2
TCP/IP Offload Engine(TOE) for increased bi-directional throughput and performance
Integrated iSCSI Host Bus Adapter(HBA) functionality
Receive Side Scaling (RSS)
TCP Segmentation
802.1q VLAN Tagging
Link Aggregation and Load Balancing
Jumbo Frames
iSCSI HBA
IPV6 Checksum
千兆网卡带宽
3
0
20
40
60
80
100
120
140
1
2
4
8
16
32
64
128
256
512
1024
2048
4096
8192
16384
32768
65536
带宽
带宽
千兆网卡延迟
4
0
100
200
300
400
500
600
700
1
2
4
8
16
32
64
128
256
512
1024
2048
4096
8192
16384
32768
65536
延迟
延迟
网卡新趋势(1)
5
网卡新趋势(2)
6
性能必知数字
7
L1 cache reference 0.5 ns
Branch mispredict 5 ns
L2 cache reference 7 ns
Mutex lock/unlock 25 ns
Main memory reference 100 ns
Compress 1K bytes with Zippy 3,000 ns
Send 2K bytes over 1 Gbps network 20,000 ns
Read 1 MB sequentially from memory 250,000 ns
Round trip within same datacenter 500,000 ns
Disk seek 10,000,000 ns
Read 1 MB sequentially from disk 20,000,000 ns
Send packet CA->Netherlands->CA 150,000,000 ns
Linux网络协议栈
8
微调协议栈
9
原则: dmesg可以观
察到协议栈在抱怨什
么,它抱怨什么我们
解决什么!
TCP协议栈内存 不可交换物理内存
网卡bonding
10
中断平衡
11
硬中断:
• irqbalance 智能的均衡硬件中断。
• 手动 [root@linux /]#echo ff > /proc/irq/19/smp_affinity
软中断:
RPS/RFS 解决softirq平衡
12
RPS is not automatically switched on, you have to configure it.
echo ffff >/sys/class/net/eth0/queues/rx-0/rps_cpus
Same for RFS if you prefer to use RFS
echo 16384 >/sys/class/net/eth0/queues/rx-0/rps_flow_cn
显著提高软中断的均衡性,大大提高性能。
initcwnd调优
13
通过提高初始拥塞窗口的大小(3),大大减少短连接的响应时间.
make sure your Linux kernel is 2.6.30 or higher.
ip route change [default via a.b.c.d dev ethX ... ] initcwnd 10
ksysguard观察网络行为
14
wireshark
15
iptraf
16
socktop
17
$ sudo ./socktop -f LOCAL -i 5 -d
网络系统调用代价
$ sudo ./syscalltimes -n qperf -t -u chuba -p `pgrep qperf`
18
协议栈缺内存引发问题
$ sudo stap sk_stream_wait_memory.stp
1218230114875167: python(17631) blocked on full send buffer
1218230114876196: python(17631) recovered from full send buffer
1218230114876271: python(17631) blocked on full send buffer
1218230114876479: python(17631) recovered from full send buffer
19
丢包观察
$ netstat -s|grep drop
281340 outgoing packets dropped
77 packets dropped from out-of-order
queue because of socket buffer overrun
7 ICMP packets dropped because they were
out-of-window
20
丢包分析
$ sudo dropwatch -l kas
Initalizing kallsymsa db
dropwatch> start
Enabling monitoring...
Kernel monitoring activated.
Issue Ctrl-C to stop monitoring
1 drops at netlink_unicast+251
15 drops at unix_stream_recvmsg+32a
3 drops at unix_stream_connect+1dc
21
ethtool
22
提问时间
谢谢大家!
23

Weitere ähnliche Inhalte

Was ist angesagt?

Juniper Networks Product Comparisons
Juniper Networks Product ComparisonsJuniper Networks Product Comparisons
Juniper Networks Product ComparisonsAltaware, Inc.
 
St2510 lb specification-www.ttbvs.com
St2510 lb specification-www.ttbvs.comSt2510 lb specification-www.ttbvs.com
St2510 lb specification-www.ttbvs.comTTBVS
 
Using Network Acceleration for an Optimized Edge Cloud Server Architecture
Using Network Acceleration for an Optimized Edge Cloud Server ArchitectureUsing Network Acceleration for an Optimized Edge Cloud Server Architecture
Using Network Acceleration for an Optimized Edge Cloud Server ArchitectureNetronome
 
TC Flower Offload
TC Flower OffloadTC Flower Offload
TC Flower OffloadNetronome
 
Neighbor discoverydhcp
Neighbor discoverydhcpNeighbor discoverydhcp
Neighbor discoverydhcpFred Bovy
 
第8讲 Rip和Igrp
第8讲 Rip和Igrp第8讲 Rip和Igrp
第8讲 Rip和IgrpF.l. Yu
 
St2510 lb 2-specification-www.ttbvs.com
St2510 lb 2-specification-www.ttbvs.comSt2510 lb 2-specification-www.ttbvs.com
St2510 lb 2-specification-www.ttbvs.comTTBVS
 
ipv6 introduction & environment buildup
ipv6 introduction & environment buildupipv6 introduction & environment buildup
ipv6 introduction & environment builduppsychesnet Hsieh
 

Was ist angesagt? (10)

LAN Visio
LAN VisioLAN Visio
LAN Visio
 
Juniper Networks Product Comparisons
Juniper Networks Product ComparisonsJuniper Networks Product Comparisons
Juniper Networks Product Comparisons
 
St2510 lb specification-www.ttbvs.com
St2510 lb specification-www.ttbvs.comSt2510 lb specification-www.ttbvs.com
St2510 lb specification-www.ttbvs.com
 
Using Network Acceleration for an Optimized Edge Cloud Server Architecture
Using Network Acceleration for an Optimized Edge Cloud Server ArchitectureUsing Network Acceleration for an Optimized Edge Cloud Server Architecture
Using Network Acceleration for an Optimized Edge Cloud Server Architecture
 
Новые коммутаторы QFX10000. Технология JunOS Fusion
Новые коммутаторы QFX10000. Технология JunOS FusionНовые коммутаторы QFX10000. Технология JunOS Fusion
Новые коммутаторы QFX10000. Технология JunOS Fusion
 
TC Flower Offload
TC Flower OffloadTC Flower Offload
TC Flower Offload
 
Neighbor discoverydhcp
Neighbor discoverydhcpNeighbor discoverydhcp
Neighbor discoverydhcp
 
第8讲 Rip和Igrp
第8讲 Rip和Igrp第8讲 Rip和Igrp
第8讲 Rip和Igrp
 
St2510 lb 2-specification-www.ttbvs.com
St2510 lb 2-specification-www.ttbvs.comSt2510 lb 2-specification-www.ttbvs.com
St2510 lb 2-specification-www.ttbvs.com
 
ipv6 introduction & environment buildup
ipv6 introduction & environment buildupipv6 introduction & environment buildup
ipv6 introduction & environment buildup
 

Andere mochten auch

Si 2014 tcs iei
Si 2014 tcs ieiSi 2014 tcs iei
Si 2014 tcs ieibuckj3
 
ANZAC Commemorative Memorial
ANZAC Commemorative MemorialANZAC Commemorative Memorial
ANZAC Commemorative MemorialAntony Rogers
 
Coral reef-bleaching
Coral reef-bleachingCoral reef-bleaching
Coral reef-bleachingfirstyuppedu
 
Offline freelancerViet chủ đề: "What's new on Social Media"
Offline freelancerViet chủ đề: "What's new on Social Media"Offline freelancerViet chủ đề: "What's new on Social Media"
Offline freelancerViet chủ đề: "What's new on Social Media"FreelancerViet
 
How to insert you tube videos into moodle
How to insert you tube videos into moodleHow to insert you tube videos into moodle
How to insert you tube videos into moodleKammy Benham
 
Praktikum histo modul 6 i
Praktikum histo modul 6 iPraktikum histo modul 6 i
Praktikum histo modul 6 iagnesbondang
 
ข้อสอบโค้วตา มช ปี 2552 วิชาภาษาไทย
ข้อสอบโค้วตา มช ปี 2552 วิชาภาษาไทยข้อสอบโค้วตา มช ปี 2552 วิชาภาษาไทย
ข้อสอบโค้วตา มช ปี 2552 วิชาภาษาไทยfirstyuppedu
 
Hillview residency luxury flats in pune
Hillview residency   luxury flats in puneHillview residency   luxury flats in pune
Hillview residency luxury flats in punehillviewkothrud
 

Andere mochten auch (9)

Si 2014 tcs iei
Si 2014 tcs ieiSi 2014 tcs iei
Si 2014 tcs iei
 
ANZAC Commemorative Memorial
ANZAC Commemorative MemorialANZAC Commemorative Memorial
ANZAC Commemorative Memorial
 
Coral reef-bleaching
Coral reef-bleachingCoral reef-bleaching
Coral reef-bleaching
 
Offline freelancerViet chủ đề: "What's new on Social Media"
Offline freelancerViet chủ đề: "What's new on Social Media"Offline freelancerViet chủ đề: "What's new on Social Media"
Offline freelancerViet chủ đề: "What's new on Social Media"
 
How to insert you tube videos into moodle
How to insert you tube videos into moodleHow to insert you tube videos into moodle
How to insert you tube videos into moodle
 
Praktikum histo modul 6 i
Praktikum histo modul 6 iPraktikum histo modul 6 i
Praktikum histo modul 6 i
 
ข้อสอบโค้วตา มช ปี 2552 วิชาภาษาไทย
ข้อสอบโค้วตา มช ปี 2552 วิชาภาษาไทยข้อสอบโค้วตา มช ปี 2552 วิชาภาษาไทย
ข้อสอบโค้วตา มช ปี 2552 วิชาภาษาไทย
 
Hillview residency luxury flats in pune
Hillview residency   luxury flats in puneHillview residency   luxury flats in pune
Hillview residency luxury flats in pune
 
Printthismathreport
PrintthismathreportPrintthismathreport
Printthismathreport
 

Ähnlich wie network foundation

huawei-ce6851-48s6q-hi-b-brochure-datasheet.pdf
huawei-ce6851-48s6q-hi-b-brochure-datasheet.pdfhuawei-ce6851-48s6q-hi-b-brochure-datasheet.pdf
huawei-ce6851-48s6q-hi-b-brochure-datasheet.pdfHi-Network.com
 
huawei-ce6850u-hi-b-b0a-brochure-datasheet.pdf
huawei-ce6850u-hi-b-b0a-brochure-datasheet.pdfhuawei-ce6850u-hi-b-b0a-brochure-datasheet.pdf
huawei-ce6850u-hi-b-b0a-brochure-datasheet.pdfHi-Network.com
 
How To Train Your Calxeda EnergyCore
How To Train Your  Calxeda EnergyCoreHow To Train Your  Calxeda EnergyCore
How To Train Your Calxeda EnergyCoreNaoto MATSUMOTO
 
huawei-ce6850u-48s6q-hi-b-brochure-datasheet.pdf
huawei-ce6850u-48s6q-hi-b-brochure-datasheet.pdfhuawei-ce6850u-48s6q-hi-b-brochure-datasheet.pdf
huawei-ce6850u-48s6q-hi-b-brochure-datasheet.pdfHi-Network.com
 
huawei-ce6850u-hi-f-b0a-brochure-datasheet.pdf
huawei-ce6850u-hi-f-b0a-brochure-datasheet.pdfhuawei-ce6850u-hi-f-b0a-brochure-datasheet.pdf
huawei-ce6850u-hi-f-b0a-brochure-datasheet.pdfHi-Network.com
 
huawei-ce7850-32q-ei-b-brochure-datasheet.pdf
huawei-ce7850-32q-ei-b-brochure-datasheet.pdfhuawei-ce7850-32q-ei-b-brochure-datasheet.pdf
huawei-ce7850-32q-ei-b-brochure-datasheet.pdfHi-Network.com
 
huawei-ce6850-ei-b-b0a-brochure-datasheet.pdf
huawei-ce6850-ei-b-b0a-brochure-datasheet.pdfhuawei-ce6850-ei-b-b0a-brochure-datasheet.pdf
huawei-ce6850-ei-b-b0a-brochure-datasheet.pdfHi-Network.com
 
BRKRST-3068 Troubleshooting Catalyst 2K and 3K.pdf
BRKRST-3068  Troubleshooting Catalyst 2K and 3K.pdfBRKRST-3068  Troubleshooting Catalyst 2K and 3K.pdf
BRKRST-3068 Troubleshooting Catalyst 2K and 3K.pdfssusercbaa33
 
huawei-ce7850-32q-ei-brochure-datasheet.pdf
huawei-ce7850-32q-ei-brochure-datasheet.pdfhuawei-ce7850-32q-ei-brochure-datasheet.pdf
huawei-ce7850-32q-ei-brochure-datasheet.pdfHi-Network.com
 
huawei-ne40e-x3-dc-brochure-datasheet.pdf
huawei-ne40e-x3-dc-brochure-datasheet.pdfhuawei-ne40e-x3-dc-brochure-datasheet.pdf
huawei-ne40e-x3-dc-brochure-datasheet.pdfHi-Network.com
 
Fast datastacks - fast and flexible nfv solution stacks leveraging fd.io
Fast datastacks - fast and flexible nfv solution stacks leveraging fd.ioFast datastacks - fast and flexible nfv solution stacks leveraging fd.io
Fast datastacks - fast and flexible nfv solution stacks leveraging fd.ioOPNFV
 
了解网络
了解网络了解网络
了解网络Feng Yu
 
In-Network Acceleration with FPGA (MEMO)
In-Network Acceleration with FPGA (MEMO)In-Network Acceleration with FPGA (MEMO)
In-Network Acceleration with FPGA (MEMO)Naoto MATSUMOTO
 
cisco-n3k-c31108pc-v-datasheet.pdf
cisco-n3k-c31108pc-v-datasheet.pdfcisco-n3k-c31108pc-v-datasheet.pdf
cisco-n3k-c31108pc-v-datasheet.pdfHi-Network.com
 
huawei-ce7850-ei-b-b0a-brochure-datasheet.pdf
huawei-ce7850-ei-b-b0a-brochure-datasheet.pdfhuawei-ce7850-ei-b-b0a-brochure-datasheet.pdf
huawei-ce7850-ei-b-b0a-brochure-datasheet.pdfHi-Network.com
 
huawei-ce6851-hi-f-b0a-brochure-datasheet.pdf
huawei-ce6851-hi-f-b0a-brochure-datasheet.pdfhuawei-ce6851-hi-f-b0a-brochure-datasheet.pdf
huawei-ce6851-hi-f-b0a-brochure-datasheet.pdfHi-Network.com
 

Ähnlich wie network foundation (20)

huawei-ce6851-48s6q-hi-b-brochure-datasheet.pdf
huawei-ce6851-48s6q-hi-b-brochure-datasheet.pdfhuawei-ce6851-48s6q-hi-b-brochure-datasheet.pdf
huawei-ce6851-48s6q-hi-b-brochure-datasheet.pdf
 
Beautiful History
Beautiful HistoryBeautiful History
Beautiful History
 
huawei-ce6850u-hi-b-b0a-brochure-datasheet.pdf
huawei-ce6850u-hi-b-b0a-brochure-datasheet.pdfhuawei-ce6850u-hi-b-b0a-brochure-datasheet.pdf
huawei-ce6850u-hi-b-b0a-brochure-datasheet.pdf
 
How To Train Your Calxeda EnergyCore
How To Train Your  Calxeda EnergyCoreHow To Train Your  Calxeda EnergyCore
How To Train Your Calxeda EnergyCore
 
huawei-ce6850u-48s6q-hi-b-brochure-datasheet.pdf
huawei-ce6850u-48s6q-hi-b-brochure-datasheet.pdfhuawei-ce6850u-48s6q-hi-b-brochure-datasheet.pdf
huawei-ce6850u-48s6q-hi-b-brochure-datasheet.pdf
 
Nsrit37
Nsrit37Nsrit37
Nsrit37
 
huawei-ce6850u-hi-f-b0a-brochure-datasheet.pdf
huawei-ce6850u-hi-f-b0a-brochure-datasheet.pdfhuawei-ce6850u-hi-f-b0a-brochure-datasheet.pdf
huawei-ce6850u-hi-f-b0a-brochure-datasheet.pdf
 
Lab telematicos
Lab telematicosLab telematicos
Lab telematicos
 
Lab telematicos
Lab telematicosLab telematicos
Lab telematicos
 
huawei-ce7850-32q-ei-b-brochure-datasheet.pdf
huawei-ce7850-32q-ei-b-brochure-datasheet.pdfhuawei-ce7850-32q-ei-b-brochure-datasheet.pdf
huawei-ce7850-32q-ei-b-brochure-datasheet.pdf
 
huawei-ce6850-ei-b-b0a-brochure-datasheet.pdf
huawei-ce6850-ei-b-b0a-brochure-datasheet.pdfhuawei-ce6850-ei-b-b0a-brochure-datasheet.pdf
huawei-ce6850-ei-b-b0a-brochure-datasheet.pdf
 
BRKRST-3068 Troubleshooting Catalyst 2K and 3K.pdf
BRKRST-3068  Troubleshooting Catalyst 2K and 3K.pdfBRKRST-3068  Troubleshooting Catalyst 2K and 3K.pdf
BRKRST-3068 Troubleshooting Catalyst 2K and 3K.pdf
 
huawei-ce7850-32q-ei-brochure-datasheet.pdf
huawei-ce7850-32q-ei-brochure-datasheet.pdfhuawei-ce7850-32q-ei-brochure-datasheet.pdf
huawei-ce7850-32q-ei-brochure-datasheet.pdf
 
huawei-ne40e-x3-dc-brochure-datasheet.pdf
huawei-ne40e-x3-dc-brochure-datasheet.pdfhuawei-ne40e-x3-dc-brochure-datasheet.pdf
huawei-ne40e-x3-dc-brochure-datasheet.pdf
 
Fast datastacks - fast and flexible nfv solution stacks leveraging fd.io
Fast datastacks - fast and flexible nfv solution stacks leveraging fd.ioFast datastacks - fast and flexible nfv solution stacks leveraging fd.io
Fast datastacks - fast and flexible nfv solution stacks leveraging fd.io
 
了解网络
了解网络了解网络
了解网络
 
In-Network Acceleration with FPGA (MEMO)
In-Network Acceleration with FPGA (MEMO)In-Network Acceleration with FPGA (MEMO)
In-Network Acceleration with FPGA (MEMO)
 
cisco-n3k-c31108pc-v-datasheet.pdf
cisco-n3k-c31108pc-v-datasheet.pdfcisco-n3k-c31108pc-v-datasheet.pdf
cisco-n3k-c31108pc-v-datasheet.pdf
 
huawei-ce7850-ei-b-b0a-brochure-datasheet.pdf
huawei-ce7850-ei-b-b0a-brochure-datasheet.pdfhuawei-ce7850-ei-b-b0a-brochure-datasheet.pdf
huawei-ce7850-ei-b-b0a-brochure-datasheet.pdf
 
huawei-ce6851-hi-f-b0a-brochure-datasheet.pdf
huawei-ce6851-hi-f-b0a-brochure-datasheet.pdfhuawei-ce6851-hi-f-b0a-brochure-datasheet.pdf
huawei-ce6851-hi-f-b0a-brochure-datasheet.pdf
 

Kürzlich hochgeladen

Correctly Loading Incremental Data at Scale
Correctly Loading Incremental Data at ScaleCorrectly Loading Incremental Data at Scale
Correctly Loading Incremental Data at ScaleAlluxio, Inc.
 
Mine Environment II Lab_MI10448MI__________.pptx
Mine Environment II Lab_MI10448MI__________.pptxMine Environment II Lab_MI10448MI__________.pptx
Mine Environment II Lab_MI10448MI__________.pptxRomil Mishra
 
Transport layer issues and challenges - Guide
Transport layer issues and challenges - GuideTransport layer issues and challenges - Guide
Transport layer issues and challenges - GuideGOPINATHS437943
 
System Simulation and Modelling with types and Event Scheduling
System Simulation and Modelling with types and Event SchedulingSystem Simulation and Modelling with types and Event Scheduling
System Simulation and Modelling with types and Event SchedulingBootNeck1
 
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsyncWhy does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsyncssuser2ae721
 
Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptSAURABHKUMAR892774
 
Introduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHIntroduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHC Sai Kiran
 
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor CatchersTechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catcherssdickerson1
 
National Level Hackathon Participation Certificate.pdf
National Level Hackathon Participation Certificate.pdfNational Level Hackathon Participation Certificate.pdf
National Level Hackathon Participation Certificate.pdfRajuKanojiya4
 
US Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of ActionUS Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of ActionMebane Rash
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 
Indian Dairy Industry Present Status and.ppt
Indian Dairy Industry Present Status and.pptIndian Dairy Industry Present Status and.ppt
Indian Dairy Industry Present Status and.pptMadan Karki
 
Earthing details of Electrical Substation
Earthing details of Electrical SubstationEarthing details of Electrical Substation
Earthing details of Electrical Substationstephanwindworld
 
The SRE Report 2024 - Great Findings for the teams
The SRE Report 2024 - Great Findings for the teamsThe SRE Report 2024 - Great Findings for the teams
The SRE Report 2024 - Great Findings for the teamsDILIPKUMARMONDAL6
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort servicejennyeacort
 
Steel Structures - Building technology.pptx
Steel Structures - Building technology.pptxSteel Structures - Building technology.pptx
Steel Structures - Building technology.pptxNikhil Raut
 
Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...121011101441
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 

Kürzlich hochgeladen (20)

Correctly Loading Incremental Data at Scale
Correctly Loading Incremental Data at ScaleCorrectly Loading Incremental Data at Scale
Correctly Loading Incremental Data at Scale
 
Mine Environment II Lab_MI10448MI__________.pptx
Mine Environment II Lab_MI10448MI__________.pptxMine Environment II Lab_MI10448MI__________.pptx
Mine Environment II Lab_MI10448MI__________.pptx
 
Transport layer issues and challenges - Guide
Transport layer issues and challenges - GuideTransport layer issues and challenges - Guide
Transport layer issues and challenges - Guide
 
System Simulation and Modelling with types and Event Scheduling
System Simulation and Modelling with types and Event SchedulingSystem Simulation and Modelling with types and Event Scheduling
System Simulation and Modelling with types and Event Scheduling
 
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsyncWhy does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
 
Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.ppt
 
Introduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHIntroduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECH
 
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor CatchersTechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
 
National Level Hackathon Participation Certificate.pdf
National Level Hackathon Participation Certificate.pdfNational Level Hackathon Participation Certificate.pdf
National Level Hackathon Participation Certificate.pdf
 
US Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of ActionUS Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of Action
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 
Indian Dairy Industry Present Status and.ppt
Indian Dairy Industry Present Status and.pptIndian Dairy Industry Present Status and.ppt
Indian Dairy Industry Present Status and.ppt
 
Earthing details of Electrical Substation
Earthing details of Electrical SubstationEarthing details of Electrical Substation
Earthing details of Electrical Substation
 
The SRE Report 2024 - Great Findings for the teams
The SRE Report 2024 - Great Findings for the teamsThe SRE Report 2024 - Great Findings for the teams
The SRE Report 2024 - Great Findings for the teams
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
 
Steel Structures - Building technology.pptx
Steel Structures - Building technology.pptxSteel Structures - Building technology.pptx
Steel Structures - Building technology.pptx
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
 
Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 

network foundation