当前位置:网站首页>Leancloud changes in October
Leancloud changes in October
2020-11-08 13:52:00 【osc_beahvznj】
Product trends
1. Commercial application network isolation optimization scheme online , Independent IP The price 50%
In order to completely isolate the network access entrance of different users , To avoid accidental interaction , We are 10 The network isolation optimization scheme was launched in January , A separate account with a commercial app is assigned free of charge IP( Provided by default 2Gbps Protection bandwidth of ), As the default access for all applications under the account to use the storage service . This change has taken effect automatically for some applications , For some applications, developers need to modify it manually API Domain name DNS Only by parsing the record can it take effect .
in addition , If developers need to isolate network traffic among multiple applications under their names , You can also buy more independence IP, So we're going to be independent IP Price reduction 50%, To encourage better use of LeanCloud service . Please refer to the blog for details [1].
2. In app search completes architecture upgrade , And changed its name to 「 Full text search 」
Five years since the launch of in app search service , I've received a lot of feedback and suggestions from developers , For some time in the past , We have adjusted and optimized the technical architecture , Include : Upgraded search and word segmentation engines , The segmentation of Chinese and English mixed text is optimized , It also supports multi version smoothing in the process of index reconstruction , wait .10 These adjustments were officially launched in January , We also renamed this value-added service as 「 Full text search 」, In order to better reflect its use .
in addition , from 11 month 1 Statistics for full-text search will be separated from data stores starting from January , And independent billing , For details, please refer to the blog introduction [2].
3. The cloud engine supports cloud functions on all groups , And cancel the group management fee
The group management function of cloud engine allows developers to create multiple independent groups , In the case of accessing the same data source , Deploy multiple sets of different server-side business code , Each group is bound with a different custom domain name , Achieve richer business requirements . Before that, we stipulated that only 「 The main group 」 You can use cloud functions and Hook Mechanism , This has brought some obstacles to the code organization of some developers . We've done some work recently , Let all groups support cloud functions and Hook Mechanism , And it completely eliminated the group management fee , In order to facilitate the use of . For details, please refer to the blog introduction [3].
Content sharing
Is open source technology enough ? my NAS Selection and construction process
Last year we configured Linux Soft routing makes me aware of 「 Native Linux」 The confidence and interest of the open source solutions have increased greatly , So prepare yourself DIY a NAS, Plan to address storage needs for the next decade .
common problem
1. 【 data storage 】 When the amount of data is increasing , How to speed up the query speed ?
Just like using a traditional database , Query optimization mainly depends on index . An index is like a table of contents in a dictionary , It can help you search words more quickly in the massive text .
principle : When the amount of data is small , No index . Please remember when you have more , After indexing , The index needs to be updated when writing , In exchange for less query time . therefore , Generally speaking , Write less, read more, index more , Write more, read less, build less index .
operation : Get into Console > Storage , After selecting a table , Click on the right other The drop-down menu , And then choose Indexes , Then index your query according to your needs .
Tips :
If Class There's a lot of data inside , Click on 「 establish 」 After button , The console may show 「 Queuing 」. This means that the index creation operation has entered the task queue , When the cluster is idle ( It's usually early in the morning ) Automatically .
The default four fields of the data table objectId、ACL、createdAt、updatedAt It's self indexed , But when checked , It can be used as a joint index .
「 unique index 」 Options refer to, for example uuid And so on . Check 「 unique index 」 But don't check 「 Missing values are allowed 」 when , At most, there can be only one piece of data that does not exist in this field , Otherwise the data won't be unique . If there may be more than one piece of data that does not exist in this field , Please also check 「 Missing values are allowed 」.
At present, the index provides 3 Sort schemes : positive sequence 、 Reverse order and 2dsphere. among 2dsphere Data for geographic location, longitude and latitude (GeoPoint). For example, a common requirement in mobile scenarios is to find other users nearby . Because the storage service supports bidirectional traversal index , So the single field index , Positive order and reverse order are equivalent , You can choose at will . But the positive order of the union index 、 The combination in reverse order needs to be selected according to the business requirements .
Let's take the union index of two fields as an example to illustrate the positive order in detail 、 The choice in reverse order . We assume to create foo、bar When double field union index , foo The index of the field is in positive order ,bar The index of the field is selected in reverse order . Obvious ,foo Positive order and bar Inverted queries can take advantage of the index . And because it supports bidirectional traversal index , So the flipped form of the above query foo In reverse order and bar Positive order can also use index . however ,foo、bar Congruence ( Both positive and negative ) Cannot make use of index . It is also because it supports bidirectional traversal index , establish foo Fields in reverse order 、bar Union index of positive order of fields , The effect is equivalent . Empathy ,foo、bar Joint index of fields in the same order , It can be foo、bar The use of the same order of queries , Can not be foo、bar The use of out of order queries . A union index of three or more fields, and so on .
2. 【 Domain name binding 】 The domain name has been filed , The domain name registration check failed when the domain name was bound to the console .
Please visit the website of MIIT first [4] Try to find the domain name registration information , If you can't find , You need to wait for the domain name registration query system of MIIT to update before going to the console 「 retry 」. If the website of the Ministry of industry and information technology can be found, but the registration check of the Console domain name is not passed , Usually because LeanCloud There is a delay in using the record query service data , Please contact us via work order or email .
3. 【 data storage 】 Whether it can be forced to modify without SMS verification _User surface mobilePhoneVerified Field , Set it to true?
You can use it with a cloud engine master key [5] To modify the mobilePhoneVerified Value . Because the cloud engine runs in a trusted server-side environment , So you can turn on super permissions globally (Master Key), So the cloud will skip over including ACL and Class Check within authority , Let you freely manipulate all the data in cloud storage , Of course, only a few calls are allowed in this way Master Key The use of API.
Related links :
[1] https://url.leanapp.cn/l9KXquX
[2] https://url.leanapp.cn/BSzlaro
[3] https://url.leanapp.cn/fXlWwQs
[4] https://url.leanapp.cn/YMqxYAl
[5] https://url.leanapp.cn/OKSpXGp
end
LeanCloud, Leading BaaS provider , Provide strong back end support for mobile development . More on this 「LeanCloud Communications 」
版权声明
本文为[osc_beahvznj]所创,转载请带上原文链接,感谢
边栏推荐
- Summary of template engine
- 我们做了一个医疗版MNIST数据集,发现常见AutoML算法没那么好用
- 10 common software architecture patterns
- 10个常见的软件架构模式
- 喝汽水,1瓶汽水1元,2个空瓶可以换一瓶汽水,给20元,可以多少汽水
- 当Kubernetes遇到机密计算,看阿里巴巴如何保护容器内数据的安全!(附网盘链接)
- 还不快看!对于阿里云云原生数据湖体系全解读!(附网盘链接)
- What is the database paradigm
- 小米、OPPO在欧洲市场继续飙涨,小米更是直逼苹果
- How to make a correct summary for 7 years?
猜你喜欢
Welcome to offer, grade P7, face-to-face sharing, 10000 words long text to take you through the interview process
新型存算一体芯片诞生,利好人工智能应用~
When kubernetes encounters confidential computing, see how Alibaba protects the data in the container! (Internet disk link attached)
python基础教程python opencv pytesseract 验证码识别的实现
[Python 1-6] Python tutorial 1 -- number
Returning to the third place in the world, what did Xiaomi do right?
2035我们将建成这样的国家
技术总监7年总结,如何进行正确的沟通?
Why is Schnorr Signature known as the biggest technology update after bitcoin segwit
一文剖析2020年最火十大物联网应用|IoT Analytics 年度重磅报告出炉!
随机推荐
10 common software architecture patterns
Essential for back-end programmers: distributed transaction Basics
小米、OPPO在欧洲市场继续飙涨,小米更是直逼苹果
Comics: looking for the best time to buy and sell stocks
供货紧张!苹果被曝 iPhone 12 电源芯片产能不足
技术总监7年总结,如何进行正确的沟通?
Alibaba cloud accelerates its growth and further consolidates its leading edge
华为云重大变革:Cloud&AI 升至华为第四大 BG ,火力全开
浅谈单调栈
刚刚好,才是最理想的状态
Top 5 Chinese cloud manufacturers in 2018: Alibaba cloud, Tencent cloud, AWS, telecom, Unicom
Windows下快递投递柜、寄存柜的软件初探
Introduction to mongodb foundation of distributed document storage database
漫画|讲解一下如何写简历&项目
区块链周报:数字货币发展写入十四五规划;拜登邀请MIT数字货币计划高级顾问加入总统过渡团队;委内瑞拉推出国营加密交易所
Eight ways to optimize if else code
Harbor项目高手问答及赠书活动
关于update操作并发问题
3、 The parameters of the function
What is SVG?