#RMAN

[翻译]比较ADO.NET中的不同数据访问技术(Performance Comparison:Data Access Techniques)

PriyaDhawanMicrosoftDeveloperNetworkJanuary2002原文链接:https://msdn.microsoft.com/en-us/library/ms978388.aspx 概要:在典型的应用环境中,比较不同数据访问技术的表现性能。适用于Microsoft.NETFra...

error C4996 The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name

errorC4996:'strupr':ThePOSIXnameforthisitemisdeprecated.Instead,usetheISOCandC++conformantname:_strupr.Seeonlinehelpfordetails.errorC4996:'strupr':ThePOSIXnamef...
代码星球 ·2021-02-14

Jmeter Web 性能测试入门 (七):Performance 测试中踩过 Jmeter 的坑

脚本运行的过程中,大量request抛error,但没有地方能够查看request是因为什么error的。原因:Jmeter默认禁掉了运行过程中每个request的具体response信息收集,只保留了status。解决方法:修改jmeter.properties文件中Resultsfileconfiguration。...

e618. Validating a JTextField When Permanently Losing the Focus

Thisexampledemonstratesatextfieldthatvalidatesitscontentswhenitreceivesapermanentfocus-lostevent.Ifthecontentsareinvalid,itdisplaysamodaldialogwithanerrormessag...

e616. Determining If a Focus Lost Is Temporary or Permanent

Atemporaryfocus-losteventoccursifthefocusmovestoanotherwindow.It'stemporarybecausethecomponentwillgainthefocuswhenitswindowbecomesactiveagain.Apermanentfocus-lo...

WorkerMan 入门学习之(四)GatewayWorker框架与ThinkPHP5.1框架结合案例

GatewayWorker是基于Workerman开发的一个可分布式部署的TCP长连接框架,专门用于快速开发TCP长连接应用,例如app推送服务端、即时IM服务端、游戏服务端、物联网、智能家居等等文档地址:http://www.workerman.net/gatewaydoc/   一、测...

Spearman Rank(斯皮尔曼等级)相关系数

转自:http://blog.csdn.net/wsywl/article/details/5859751 在统计学中,斯皮尔曼等级相关系数以CharlesSpearman命名,并经常用希腊字母ρ(rho)表示其值。斯皮尔曼等级相关系数用来估计两个变量X、Y之间的相关性,其中变量间的相关性可以使用单调...

KPI:Key Performance Indicator

 通信中KPI,是KeyPerformanceIndicators的缩写,意思是关键性能指标。performance还有绩效;业绩的意思,但显然不适用于这种场合。通信中KPI的内容有:掉话率、接通率、数据业务下载速率、网络质量现场测试与竞争对手领先程度、网络投诉总量同比完成情况等。==============...
代码星球 ·2020-12-17

Permanent Space 和 Heap Space

   JVM堆内存  JVM堆内存分为2块:PermanentSpace和HeapSpace.  Permanent即持久代(PermanentGeneration),主要存放的是Java类定义信息,与垃圾收集器要收集的Java对象关系不大。  Heap={Old+NEW={Eden,from,to}},Ol...
代码星球 ·2020-12-09

RMAN BACKUP

转自RMANBACKUPbackupterminologyUsingtheRMANBACKUPCommand toCreateBackupsServer-ManagedConsistentBackupsserver-managedopenbackupsincrementalbackupsimagecopypr...
代码星球 ·2020-11-05

rman catalog配置简要笔记

服务端配置:SQL>createtablespacetbs_rmandatafile'H:oradataestbs_rman.dbf'size20mautoextendon;TablespacecreatedSQL>createuserrmanidentifiedbyoracledefaulttablesp...

rman catalog (rman 恢复目录)

受控制文件大小的限制,一般rman需要用rmancatalog来管理及存放备份信息;这里介绍一下创建rmancatalog的步骤: C:DocumentsandSettingsAdministrator>sqlplus/assysdbaSQL*Plus:Release10.2.0.3.0-Product...
代码星球 ·2020-10-21

Oracle—RMAN备份(一)

一.RMAN备份相关概念1.RMAN备份中表空间不需要处于backup模式下,它备份数据文件,归档日志文件,控制文件,spfile和备份集片,但不备份联机重做日志文件,临时文件和口令文件。 2.备份集由备份片组成,可以包含一个或者多个备份片。备份片可以在操作系统中直接看到,其大小和操作系统有关,32位的操作系...
代码星球 ·2020-10-21

Oracle—RMAN备份(二)

在Oracle RMAN备份(一)中,对各种文件在RMAN中备份进行了说明, 一.备份集的复制在RMAN 备份中,可以备份其自己的备份,即备份一个文件放在多个目录下,oralce支持最多备份四个。  1.在默认情况下有备份的数目,CONFIGURE DATAF...
代码星球 ·2020-10-21

GlusterFS PERFORMANCE TUNING

众所周知,glusterfs对小文件而言,就是个鸡肋,特别是在一个目录下有过W的小文件图片时,ls简单就是个坑,下面我对线上的glusterfs参数做一些优化调整,调整的命令:glustervolumesetVOLNAMEOPTIONPARAMETER参数如下:cluster.data-self-heal-algori...
代码星球 ·2020-09-23
首页上一页12345...下一页尾页