当前位置:网站首页>User interface and im expression (IM 5.6)
User interface and im expression (IM 5.6)
2022-04-23 11:39:00 【Grainger】
Upper connection IM 5.5. This chapter is IM Chapter 5 of the series Use In-Memory Expression optimization query part 6 user interface and IM expression .
User interface and IM expression
DBMS_INMEMORY_ADMIN package ,DBMS_INMEMORY Bao He INMEMORY_EXPRESSIONS_USAGE Initialization parameter control IM The behavior of an expression .
This section contains the following topics :
- INMEMORY_EXPRESSIONS_USAGE
INMEMORY_EXPRESSIONS_USAGEi The initialization parameters determine the population IM The type of expression .INMEMORY_VIRTUAL_COLUMNS initializationParameter control is normal ( Non hidden ) Population of virtual columns . - DBMS_INMEMORY_ADMIN and DBMS_INMEMORY To manage IM expression , Please use
DBMS_INMEMORY_ADMINandDBMS_INMEMORYpackage .
INMEMORY_EXPRESSIONS_USAGE
INMEMORY_EXPRESSIONS_USAGE i The initialization parameters determine the population IM The type of expression . INMEMORY_VIRTUAL_COLUMNS Initialization parameter control is normal ( Non hidden ) Population of virtual columns .
When you enable IM Column store (INMEMORY_SIZE Not for 0) when , INMEMORY_EXPRESSIONS_USAGE Controls how the database is populated IM The type of expression .INMEMORY_EXPRESSIONS_USAGE Initialization parameters have the following options :
· ENABLE
The database will be static and dynamic IM Fill the expression to IM Column storage . Setting this value will increase the memory consumption of some tables . This is the default .
· STATIC_ONLY
Static configuration makes IM Column storage can cache data IS_JSON Check the of constraints OSON( Binary system JSON) Column . In the internal ,OSON The column is named SYS_IME_OSON Hidden virtual columns .
· DYNAMIC_ONLY
The database is only populated as SYS_IME Hidden virtual columns are added to common or “ heat ” expression . Setting this value will increase the memory consumption of some tables .
· DISABLE
The database will not IM expression ( Whether static or dynamic ) All filled to IM Column storage .
notes :
IM Expressions that depend on... Are not supported NLS Data type of .
change INMEMORY_EXPRESSIONS_USAGE The value of is right IM The currently populated in the column store IM The expression will not take effect immediately . for example , If you will INMEMORY_EXPRESSIONS_USAGE from DYNAMIC_ONLY Change to DISABLE, The database will not delete the stored data immediately IM expression . contrary , The next reordering will exclude disabled IM expression , So as to effectively delete them .
DBMS_INMEMORY_ADMINand DBMS_INMEMORY
To manage IM expression , Please use DBMS_INMEMORY_ADMIN and DBMS_INMEMORY package .
Used to manage IM Of expression PL / SQL stored procedure
Used to manage IM Of expression PL / SQL stored procedure
|
Package |
Procedure |
Description |
|---|---|---|
|
DBMS_INMEMORY_ADMIN |
IME_CAPTURE_EXPRESSIONS |
This process captures and populates the most frequently accessed in the database within a specified time frame 20 individual (“ Hottest ”) expression . |
|
DBMS_INMEMORY_ADMIN |
IME_DROP_ALL_EXPRESSIONS |
This procedure deletes all the files in the database SYS_IME Virtual column . |
|
DBMS_INMEMORY_ADMIN |
IME_POPULATE_EXPRESSIONS |
This procedure forces the most recent call to IME_CAPTURE_EXPRESSIONS Captured in the process IM expression . |
|
DBMS_INMEMORY |
IME_DROP_EXPRESSIONS |
This procedure deletes the specified set of... From the table SYS_IME Virtual column . |
To be continued .
Here are IM Content of series articles :
In-Memory The manual : Preface (IM- Preface )
Chapter one Oracle Database In-Memory Relevant concepts (IM-1.1)
Chapter one Oracle Database In-Memory Relevant concepts ( To continue )(IM-1.2)
Chapter two Oracle Database In-Memory Architecture ( On ) (IM-2.1)
Chapter two In-Memory Architecture (IM-2.2)
Chapter two IM Architecture :CPU framework :SIMD Vector processing (IM-2.3)
The third chapter Enable and adjust IM The size of the column store (IM-3.1)
Chapter four by In-Memory Enable fill objects (IM-4.1 The first part )
Chapter four by In-Memory Enable fill objects (IM-4.2 The second part )
Chapter four by IM Enable and disable columns for fill objects (IM-4.3 The third part )
Chapter four by IM Enable and disable tablespaces for padding objects IM Column store (IM 4.5)
Chapter four Enable and disable... For materialized views IM Column store (IM 4.6)
Chapter four by IM Enables forced filling of filled objects In-Memory object : course (IM 4.7)
Chapter four by IM Enable fill objects to IM Column storage enabled ADO(IM 4.8)
The fifth chapter Use In-Memory Expression optimization query (IM 5.1)
IM The purpose of the expression (IM 5.2)
IM How expressions work (IM 5.3)
How to fill the database IM expression (IM 5.4)
IMEU How to communicate with IMCU Related to (IM 5.5)
Shandong Oracle User group (Shandong Oracle User Group), abbreviation :SDOUG, Is a full of vitality 、 Young non-profit organizations , It aims to provide an exchange platform for technology lovers in Jinan and surrounding areas .SDOUG Organize offline technology sharing activities from time to time , Promote local and surrounding IT Technological development 、 Help technology enthusiasts improve themselves . Share technology 、 Share happiness ,SDOUG On the road .
版权声明
本文为[Grainger]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204231136323227.html
边栏推荐
- 数据库如何填充IM表达式(IM 5.4)
- How to count fixed assets and how to generate an asset count report with one click
- ES6学习笔记二
- Interpretation of biological recognition in robot programming course
- AcWing 1874. Moo encryption (enumeration, hash)
- oh-my-lotto
- Tensorflow使用keras创建神经网络的方法
- 探究机器人教育的器材与教学
- IM表达式的目的(IM 5.2)
- The fourth chapter is the enable and disable columns of IM enabled fill objects (Part III of im-4.3)
猜你喜欢

laravel编写Console脚本

科创人·派拉软件CEO谭翔:零信任本质是数字安全,To B也要深研用户心智

Interpretation of 2022 robot education industry analysis report

Advanced file IO of system programming (13) -- IO multiplexing - Select

Design and practice of the smallest short website system in the whole network

RebbitMQ的初步了解

云呐|如何管理好公司的固定资产,固定资产管理怎么做

Using Baidu PaddlePaddle EasyDL to accomplish specified target recognition

创客教育中的统筹方案管理模式

Interpreting the art created by robots
随机推荐
Chapter 4 specifies the attribute of the inmemory column on the no inmemory table for im enabled filling objects: examples (Part IV of im-4.4)
数据库如何填充IM表达式(IM 5.4)
GPU, CUDA,cuDNN三者的关系总结
Overall plan management mode in maker Education
MQ is easy to use in laravel
MySQL 的主从复制配置
Blog post navigation (real-time update)
谁说抠图要会 PS?这个开源神器还能批量抠,效果拔群!
thinkphp 添加图片文字水印生成带二维码的推广海报
博客文章导航(实时更新)
Laravel admin time range selector daterange default value problem
Simple construction of rebbitmq
解读机器人创造出来的艺术
Nacos Foundation (9): Nacos configuration management from single architecture to microservices
nacos基础(9):nacos配置管理之从单体架构到微服务
Summary of convolution layer and pooling layer
Database design of forum system
Tensorflow common functions
抓包整理————tcp 协议[八]
[Web 每日一练] 八色拼图(float)