In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-09-22 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >
Share
Shulou(Shulou.com)06/01 Report--
The following content mainly brings you python3 multi-process and collaborative processing of MySQL data handouts, the knowledge here is slightly different from books, are professional and technical personnel in the process of contact with users, summed up, has a certain experience sharing value, hope to bring help to the majority of readers.
The multi-process + co-program of python3 processes the data of MySQL. The main logic is to pull the data of MySQL, and then use flashtext to match keywords. When saving back to MySQL, the code is as follows (async_mysql.py):
Import timeimport asyncioimport randomfrom concurrent.futures import ProcessPoolExecutor as Poolimport aiomysqlfrom flashtext import KeywordProcessorimport clickclass AttrDict (dict): "you can use". " Get attribute Return None dictionary "def _ _ getattr__ (self, name): try: return self [name] except KeyError: return None def _ _ setattr__ (self, name) without this attribute" Value): self [name] = valueclass AttrDictCursor (aiomysql.DictCursor): "inheriting aiomysql dictionary cursor"dict_type = AttrDictclass MultiProcessMysql (object):" processing MySQL data with multiprocess and co-programming "def _ init__ (self, workers=2, pool=10, start=0)" End=2000): "" the parameters of the first paragraph need to follow the demand "self.host =" 192.168.0.34 "self.port = 3306 self.user =" root "self.password =" root "self.db =" mydb "self.origin_table =" judgment_main_etl "# main self.dest_table =" laws_finance1 " Self.s_sql = f "select uuid Court_idea, judge_result, reason, plt_claim, dft_rep, crs_exm from {self.origin_table} where s
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
The market share of Chrome browser on the desktop has exceeded 70%, and users are complaining about
The world's first 2nm mobile chip: Samsung Exynos 2600 is ready for mass production.According to a r
A US federal judge has ruled that Google can keep its Chrome browser, but it will be prohibited from
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
About us Contact us Product review car news thenatureplanet
More Form oMedia: AutoTimes. Bestcoffee. SL News. Jarebook. Coffee Hunters. Sundaily. Modezone. NNB. Coffee. Game News. FrontStreet. GGAMEN
© 2024 shulou.com SLNews company. All rights reserved.