[tcallusdb knowledge base] restful API For list table - [PB] [PB] ListGetRecord introduce
[tcallusdb knowledge base] restfulapi2 0 for list table - [Pb] listgetrecord2 0 Introductionbrief introductionQuery the record of the specified subscript under the corresponding Key in the List PB table.Index: Specifies the subscript of the record to return.POST http://{Tcaplus_REST_URL}Request syntaxHttp request#Tencent cloud console RESTful E ...
Added by jamesm6162 on Fri, 11 Feb 2022 15:27:49 +0200
[tcallusdb knowledge base] restful API For generic table - [PB] IndexQuery introduce
[tcallusdb knowledge base] restfulapi2 0 for generic table - [Pb] indexquery2 0 Introductionbrief introductionQuery records through the global index and support SQL syntax, as shown in the appendix. To use this interface, you need to add global index fields to the table on Tencent cloud console or local Docker Web platform in advance.POST http: ...
Added by hurricane on Fri, 11 Feb 2022 00:08:09 +0200
[tcallusdb knowledge base] restful API For generic table - [PB] IndexQuery introduce
[tcallusdb knowledge base] restfulapi2 0 for generic table - [Pb] indexquery2 0 Introductionbrief introductionQuery records through the global index and support SQL syntax, as shown in the appendix. To use this interface, you need to add global index fields to the table on Tencent cloud console or local Docker Web platform in advance.POST http: ...
Added by Hiccup on Thu, 10 Feb 2022 15:34:47 +0200
[quick start MongoDB] introduction, installation, core concepts and basic operation
Official documents in English: https://docs.mongodb.com/manual/ MongoDB Chinese website: MongoDB Chinese website | MongoDB Chinese documents
brief introduction
MongoDB is a document database designed to facilitate application development and expansion.
MongoDB is a document database designed for ease of application development an ...
Added by EY on Fri, 04 Feb 2022 14:38:20 +0200
Using Lambda expression to realize super sorting function
In the process of system development, sorting data is a very common scenario. Generally speaking, we can adopt two ways:
With the help of the sorting function of the storage system (supported by SQL, NoSQL and NewSQL), the query result is the ordered result The query results are unordered data and sorted in memory. Today I want to talk about t ...
Added by Rother2005 on Sat, 29 Jan 2022 22:33:32 +0200
Redis quick start, an introduction to the system, learn to get a raise
1. Explanation of NoSQL (non relational database)
Why use Nosql
Big data age - > springboot + springcloud
The beautiful era of stand-alone Mysql!
In the 1990s, the number of visits to basic websites was small, and only a single database was enough.
Bottleneck of the whole website:
1. If the amount of data is too large, one m ...
Added by begeiste on Mon, 24 Jan 2022 04:25:28 +0200
monggo index optimization
mongodb index rule
Mongodb's indexing rules are basically the same as those of traditional relational databases. Most techniques for optimizing MySQL/Oracle/SQLite indexes are also applicable to mongodb.
Why index
When some conditions are used in the query, the key can be indexed to improve the query speed.When the amount of data is lar ...
Added by MrRosary on Fri, 21 Jan 2022 02:35:41 +0200
[tcaplus DB knowledge base] Tcaplus Go SDK manual
[tcaplus DB knowledge base] Tcaplus Go SDK manual (I)1 preparation for useThis API is the Go package of Tcaplus API and supports the addition, deletion, modification and query of Generic table1.1 list of codespack is a packaged scriptExample is an exampleaurotest is a testing toolOther directories are the source code of Tcaplus Go APIThe vendor ...
Added by pfchin on Wed, 19 Jan 2022 22:00:56 +0200
Redis knowledge summary
Five data types
key creation
View all key s in the current library
keys *
Determine whether a key exists
exists key
View the type of key
type key
Delete key
del key
unlink key --Asynchronous deletion
Set the expiration time of the key
expire key 10
See how many seconds are left to expire
ttl key ---1 Means never ...
Added by emehrkay on Mon, 17 Jan 2022 10:12:17 +0200
Elasticsearch 7.1.1 cluster construction
1 prepare the installation environment
1.1 installing JDK
elasticsearch 7.1.1 configuring java8, java11
1.2 change system resource configuration
Modify / etc / sysctl Conf file, add VM. Conf at the end of the file max_ map_ count=262144 Note: after modification, execute sysctl -p, and load system parameters from the specified file. If ...
Added by Wabin on Mon, 17 Jan 2022 06:25:44 +0200