blob模式识别_BLOB的完整形式是什么?

news/2024/7/24 12:32:37 标签: 数据库, 字符串, java, python, mysql

blob模式识别

BLOB:二进制大对象 (BLOB: Binary Large Object)

BLOB is an abbreviation of Binary Large Object. It is a collection of binary data accumulated and stored in a database management system that consists of a complex data type. It reserves binary data. The variables which are used in this data type have a variable length, which is not the case in most of the other data types like integers, floating-point numbers, characters, and strings. Images, audio files, and video clips, etc. are stored by using the BLOB data type. For example, in a database, the BLOB data type is used to store a photo album for images and the captions, a string data type is used.

BLOB是Binary Large Object的缩写 。 它是在复杂的数据类型组成的数据库管理系统中累积和存储的二进制数据的集合。 它保留二进制数据。 此数据类型中使用的变量具有可变的长度,在大多数其他数据类型(例如整数,浮点数,字符和字符串)中却不是这种情况。 使用BLOB数据类型存储图像,音频文件和视频剪辑等。 例如,在数据库中,BLOB数据类型用于存储图像和标题的相册,字符串数据类型用于存储。

BLOB full form


Image source: http://blogs.quovantis.com/getting-started-with-net-api-for-queue-storage-azure/

图片来源:http://blogs.quovantis.com/getting-started-with-net-api-for-queue-storage-azure/

BLOB character length can be up to 2,147,483,647 long according to the requirement of the data type. It is used to store multimedia files therefore, it needs more expanse than other data types. Usually, according to the disk storage capacity of the user's system, BLOB character size is determined. 2 GB is the minimal size in C/SIDE for the BLOB data type. Also, BLOB strings do not carry character data and they are also associated with a code page.

根据数据类型的要求, BLOB字符长度最多可以达到2,147,483,647。 它用于存储多媒体文件,因此,与其他数据类型相比,它需要更多的空间。 通常,根据用户系统的磁盘存储容量来确定BLOB字符大小。 对于BLOB数据类型,C / SIDE中的最小大小为2 GB。 同样,BLOB字符串不携带字符数据,它们也与代码页关联。

优点 (Advantages)

  • Backups are easier because the file has established it in the database of the BLOB data type.

    由于文件已在BLOB数据类型的数据库中建立了文件,因此备份更加容易。

  • BLOB enables the insertion of the metadata and files in the same table and attribute.

    BLOB允许在同一表和属性中插入元数据和文件。

  • By inserting the metadata and content, transactional integrity occurs, which does not happen in most of the cases of other file systems because they aren't transactional.

    通过插入元数据和内容,可以实现事务完整性,而在其他文件系统的大多数情况下,则不会发生事务完整性,因为它们不是事务性的。

  • By storing BLOBs in a database, the rights management of the database system distinctly controls and modulates the access rights to the data.

    通过将BLOB存储在数据库中,数据库系统的权限管理可以明确控制和调制对数据的访问权限。

  • By storing BLOBs inside SQL server directly, BLOBs are move from one server to another because there is no requirement for any manual efforts to keep them in acting together along with the normal process of data transfer.

    通过将BLOB直接存储在SQL Server内,BLOB从一台服务器移动到另一台服务器,因为不需要任何手动操作即可使它们与正常的数据传输过程保持一致。

缺点 (Disadvantages)

  • In BLOB, table and attributes lock in a database.

    在BLOB中,表和属性锁定在数据库中。

  • In case of performance, in comparison to data types like varbinary which enable for 2TB of data to be stored in the database, these files are an issue in access and storage of data.

    在性能方面,与允许将2TB数据存储在数据库中的数据类型(如varbinary)相比,这些文件是数据访问和存储中的问题。

  • In BLOB before operating on functions of the data, video and other huge files are stored in RAM.

    在BLOB中,在对数据功能进行操作之前,视频和其他大文件都存储在RAM中。

  • Dramatically, the size can be increased in the database.

    戏剧性地,可以在数据库中增加大小。

  • The BLOBs are unorganized from the perspective of the database and for that reason, they are unreadable.

    数据库的角度来看,BLOB是无组织的,因此,它们是不可读的。

  • BLOBs cannot be seized or assessed by the databases.

    数据库无法捕获或评估BLOB。

翻译自: https://www.includehelp.com/dictionary/blob-full-form.aspx

blob模式识别


http://www.niftyadmin.cn/n/1253833.html

相关文章

[题解]洛谷P1443 马的遍历

原题 传送门 思路 BFS大力搜索 代码 #include<cstdio> #include<cstring> #include<queue> using namespace std;int dist[401][401],n,m,sx,sy;int nx[] {-2,-1,1,2,2,1,-1,-2},ny[] {1,2,2,1,-1,-2,-2,-1};struct Node {int x,y; };int main() {scanf(&quo…

python中矩阵坐标范围_Python | 矩阵范围

python中矩阵坐标范围The range of a matrix can be defined as the difference between the maximum and minimum among the elements of the matrix. In NumPy, we have provided with an inbuilt function for this operation i.e. numpy.ptp(). It returns the range of th…

[转]Mybatis foreach 批量操作

原文地址:https://blog.csdn.net/jason5186/article/details/40896043 foreach属性属性 描述item 循环体中的具体对象。支持属性的点路径访问&#xff0c;如item.age,item.info.details。具体说明&#xff1a;在list和数组中是其中的对象&#xff0c;在map中是value。该参…

[大话数据结构-读书笔记] 线性表

线性表 线性表是数据结构中最常用和最简单的一种结构。 1 线性表的定义 线性表&#xff0c;从名字上你就能感觉到&#xff0c;是具有像线一样的性质的表。例如一个班级的小朋友&#xff0c;一个跟着一个排着队&#xff0c;有一个打头&#xff0c;有一个收尾&#xff0c;当中的小…

多示例多标记学习博客_HTML'b'标记和示例

多示例多标记学习博客<b>标签 (<b> Tag) <b> tag in HTML is used to make text bold in HMTL. No extra importance is added to the text enclosed within the <b> tag. HTML中的<b>标记用于使文本在HMTL中加粗。 标记<b>内的文本没有额…

Reptile:requests代理IP

代理IP&#xff1a;一个IP多次频繁访问服务器&#xff0c;远超出正常访问水平的&#xff0c;有可能会被服务器封禁&#xff0c;所有需要有IP可以更换使用&#xff0c;被封掉一个我就换一个。# 代理操作: # 1. 代理指第三方代替本体执行操作 # 2. 为什么要使用代理&#x…

2019/01/22 昨日

Django下的App下的views用来存放视图函数&#xff0c;其他放在libs里面。 对request.POST或者request.GET要使用Form校验。form.clean_data.get(" ")安全取值。 lazy evaluation 的&#xff08;惰性评估&#xff0c;通俗地说&#xff0c;就是用的时候才真正的去数据库…

aac模式_AAC的完整形式是什么?

aac模式AAC&#xff1a;高级音频编码 (AAC: Advanced Audio Coding) AAC is an abbreviation of "Advanced Audio Coding". AAC是“高级音频编码”的缩写 。 It is an audio coding standard for lossy digital audio compression. It is created to be the descend…