Andy Ai
AeroLeads people directory · profile

Andy Ai Email & Phone Number

GrowingIO - 架构师 at GrowingIO
Location: Changning District, Shanghai, China 4 work roles 1 school
1 work email found @growingio.com 2 phones found area 561 LinkedIn matched
✓ Verified August 2026 4 data sources Profile completeness 100%

Contact Signals · 1 work email · 2 phones

Work email a****@growingio.com
Direct phone (561) ***-****
LinkedIn Profile matched
3 free lookups remaining · No credit card
Current company
Role
GrowingIO - 架构师
Location
Changning District, Shanghai, China
Company size

Who is Andy Ai? Overview

A concise factual answer block for searchers comparing this professional profile.

Quick answer

Andy Ai is listed as GrowingIO - 架构师 at GrowingIO, a with 133 employees, based in Changning District, Shanghai, China. AeroLeads shows a work email signal at growingio.com, phone signal with area code 561, and a matched LinkedIn profile for Andy Ai.

Andy Ai previously worked as 工程师 at Growingio and 软件开发工程师 at 去哪儿网. Andy Ai studied at 湖南大学.

Company email context

Email format at GrowingIO

This section adds company-level context without repeating Andy Ai's masked contact details.

*@growingio.com
71% confidence

AeroLeads found 1 current-domain work email signal for Andy Ai. Compare company email patterns before reaching out.

Profile bio

About Andy Ai

7年以上工程经验,5年互联网工作经验。擅长底层技术架构,预研,推广。对高并发,高性能,大规模数据处理有经验和心得。曾负责大规模数据处理(ETL)的架构和实现。喜欢关注底层技术和互联网应用,在Github贡献多个开源框架。

Listed skills include Java Enterprise Edition, Etl, Concurrent Programming, High Availability, and 7 others.

Current workplace

Andy Ai's current company

Company context helps verify the profile and gives searchers a useful next step.

GrowingIO
Growingio
GrowingIO - 架构师
china
Website
Employees
133
AeroLeads page
4 roles

Andy Ai work experience

A career timeline built from the work history available for this profile.

工程师

Current

TBD

Dec 2015 - Present

软件开发工程师

Beijing City, China

在报价搜索平台开发组担任开发工程师,主要的职责是对系统进行重构与性能优化。完成的任务包括:- 系统服务结构重构,优化系统启动时间,解决系统执行 shutdown hooks 时的服务依赖异常。- 优化配置文件加载性能,解决配置文件的重复扫描,将解析速度由 60.5s 优化到 0.5s.- 扩展配置中心客户端的管理功能。- 房型聚合重构,提高资源利用率。- 优化报价抓取,将重复抓取减少 ~40%。- 设计与 Quanr 线上运行环境相符合的断路器,减少外部服务对系统的影响,提高系统稳定性。

Jun 2015 - Dec 2015

Senior Software Engineer

Shuyun Information Technology Co.,Ltd

1. Token Service负责系统的设计和全部开发, Token Service 主要用来管理电商平台卖家用户通过 Oauth 授权的 token。例如: A用户在淘宝平台授权的开放接口调用的 session key。系统的核心要求是要做到高性能和高可用(7 * 24)。为了达到目的,在系统架构方面采用集群方式, 使用 LVS 技术虚拟一个公共入口,通过 Nginx 将用户请求均匀地分发到节点上。在程序架构方面,为了达到节点的弹性扩展将用户接口设计成了无状态形式,这样一来请求分配到任何节点上都能正常服务。效率方面使用了缓存方式提高了响应速度。2. ETL负责系统的架构设计和核心功能(E & L)开发, ETL 将多个数据源的数据通过转换处理最终将数据载入到任何需要数据的系统中。该系统的难点在于:1. 众多的数据来源;2. 需要响应各种各样的提取源(目标源多);3. 复杂多变的业务转换;4. 数据载入容易堵塞,同一时间容易出现大批量数据。为了解决这些问题,我们采取了一些措施:1. 对数据源进行分类管理。2. 使用可适配的提取算法,将任务原子化。减小系统上下文切换和错误恢复更加简单高效。3. 使用 DSL 描述业务转换逻辑,适应多种转换需求和降低使用难度。4. 对并行计算进行分区管理,避免计算堵塞。5. ...此系统到目前已经支撑整个公司的数据提取转换和载入业务,实时主订单流量最大到达过 ~3kw/h。3. ODS负责系统的架构设计和全部开发,ODS 主要用来存储多个系统的数据并且将这些数据提供给多个系统使用。使用 ODS 的系统能够很简单地使用它提供的接口来实现添加,删除,修改和搜索的需求。同样地,它除了要管理大量的数据之外还需要对这些数据按照用户的需求进行检索(查询)。这要求系统需要适应弹性的变化,又要有较强的兼容性。在架构上,我们使用了数据分区和分布式的技术;在技术实现上,我们使用了 RESTful 接口设计和 Sliner(动态查询与索引) 技术。系统的实现主要根据我的个人开源项目 - [Sliner](https://github.com/aiyanbo/sliner) 和[动态索引博客](https://gist.github.com/aiyanbo/6f57b46467ceaece9a5a)结合思考而来。4. 其他项目1. 通用框架实现2. 各类中间件的客户端插件

Mar 2012 - Jun 2015

Software Engineer

Shanghai

1. Kewill Forwarding我在项目中主要负责报表功能开发以及对系统框架进行开发维护。报表功能的难点在于要实现客户各式各样的报表排版以及非常复杂的数据检索条件(OLAP)。为了达到样式的多元花使用了动态模版引擎渲染报表样式,在易用性方面提供了可选的默认模版。在数据检索方面发明了简单 DSL来提供类 OLAP 的需求。例如:在常规的 SQL 查询中 `group by`操作只能返回被聚合的值,这时就需要定义分组操作的DSL用来满足在分组的情况下返回数据明细。这个项目让我自豪的地方是:我们没有大量采用现成的框架,而是自己实现。在这个过程中我们有更多的创意被使用,也积累了大量的基础知识和解决问题的思路。这也使得我的第一个开源框架 [JMotor](https://github.com/aiyanbo/jmotor)能够顺利诞生。

May 2010 - Mar 2012
Team & coworkers

Colleagues at GrowingIO

Other employees you can reach at growingio.com. View company contacts for 133 employees →

1 education record

Andy Ai education

  • 湖南大学
    湖南大学
FAQ

Frequently asked questions about Andy Ai

Quick answers generated from the profile data available on this page.

What company does Andy Ai work for?

Andy Ai works for GrowingIO.

What is Andy Ai's role at GrowingIO?

Andy Ai is listed as GrowingIO - 架构师 at GrowingIO.

What is Andy Ai's email address?

AeroLeads has found 1 work email signal at @growingio.com for Andy Ai at GrowingIO.

What is Andy Ai's phone number?

AeroLeads has found 2 phone signal(s) with area code 561 for Andy Ai at GrowingIO.

Where is Andy Ai based?

Andy Ai is based in Changning District, Shanghai, China while working with GrowingIO.

What companies has Andy Ai worked for?

Andy Ai has worked for Growingio, 去哪儿网, Shuyun Information Technology Co.,Ltd, and Kewill.

Who are Andy Ai's colleagues at GrowingIO?

Andy Ai's colleagues at GrowingIO include 何方明, 逄司东, Roy Young, 丁玥彤, and 张毅强.

How can I contact Andy Ai?

You can use AeroLeads to view verified contact signals for Andy Ai at GrowingIO, including work email, phone, and LinkedIn data when available.

What schools did Andy Ai attend?

Andy Ai studied at 湖南大学.

What skills is Andy Ai known for?

Andy Ai is listed with skills including Java Enterprise Edition, Etl, Concurrent Programming, High Availability, High Performance Computing, Distributed Systems, Restful Webservices, and Event Driven Programming.

Find 750M verified contacts

Search by job title, company, industry, location, and seniority. Export verified B2B contact data when you need it.

People with similar names

Check these profiles if this is not the Andy Ai you were looking for.

View similar profiles