当前位置:网站首页>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]所创,转载请带上原文链接,感谢
边栏推荐
- How to solve the difference between NAT IP and port IP
- 应届生年薪35w+ !倒挂老员工,互联网大厂薪资为何越来越高?
- It's worth seeing! EMR elastic low cost offline big data analysis best practice (with network disk link)
- Essential for back-end programmers: distributed transaction Basics
- 【Python 1-6】Python教程之——数字
- 小青台正式踏上不归路的第3天
- Top 5 Chinese cloud manufacturers in 2018: Alibaba cloud, Tencent cloud, AWS, telecom, Unicom
- laravel8更新之速率限制改进
- Flink从入门到真香(3、从集合和文件中读取数据)
- Golang ICMP Protocol detects viable hosts
猜你喜欢
PMP心得分享
2035 we will build such a country
How to write a resume and project
2018中国云厂商TOP5:阿里云、腾讯云、AWS、电信、联通 ...
BCCOIN告诉您:年底最靠谱的投资项目是什么!
分布式文档存储数据库之MongoDB基础入门
The first open source Chinese Bert pre training model in the financial field
为什么 Schnorr 签名被誉为比特币 Segwit 后的最大技术更新
Major changes in Huawei's cloud: Cloud & AI rises to Huawei's fourth largest BG with full fire
2018中国云厂商TOP5:阿里云、腾讯云、AWS、电信、联通 ...
随机推荐
laravel8更新之维护模式改进
On the confirmation of original data assets
The network adapter could not establish the connection
Golang ICMP Protocol detects viable hosts
Ali teaches you how to use the Internet of things platform! (Internet disk link attached)
浅谈单调栈
PMP心得分享
三、函数的参数
STM32CubeIDE下载安装-GPIO基本配置操作-Debug调试(基于CMSIS DAP Debug)
Golang 系统ping程序探测存活主机(任意权限)
laravel8更新之速率限制改进
2020-11-05
Windows下快递投递柜、寄存柜的软件初探
On DSA of OpenGL
Ubuntu20.04下访问FTP服务器乱码问题+上传文件
How to make a correct summary for 7 years?
Top 5 Chinese cloud manufacturers in 2018: Alibaba cloud, Tencent cloud, AWS, telecom, Unicom
当Kubernetes遇到机密计算,看阿里巴巴如何保护容器内数据的安全!(附网盘链接)
LeanCloud 十月变化
Suitable for C / C + + novice learning some projects, do not give me to miss!