码迷,mamicode.com
首页 >  
搜索关键字:performance tuning g    ( 2063个结果
Oracle SQL 优化之sql tuning advisor (STA)
前言:经常可以碰到优化sql的需求,开发人员直接扔过来一个SQL让DBA优化,然后怎么办? 当然,经验丰富的DBA可以从各种方向下手,有时通过建立正确索引即可获得很好的优化效果,但是那些复杂SQL错综复杂的表关联,却让DBA们满头大汗。 如下特别介绍一种oracle官方提供的科学优化方法STA,经过 ...
分类:数据库   时间:2020-05-13 12:02:41    阅读次数:72
前端性能监控window.performance的巧妙写法
performance常规用法 相信很多人都在使用window.performance来监控页面的性能。都会在页面onload后,去获取window.performance.timing 但如果真正分析过数据的人,都会发现window.performance.timing.loadEventEnd有 ...
分类:Windows程序   时间:2020-05-10 22:52:58    阅读次数:129
借助GPU Boost和K80 Autoboost提高性能
原网站:https://devblogs.nvidia.com/increase-performance-gpu-boost-k80-autoboost/ 由于我主要使用nvidia-smi,故nvcc不做了解...有需要的可以参考原网站 NVIDIA®GPU Boost?是NVIDIA®GeFor ...
分类:其他好文   时间:2020-05-09 16:59:59    阅读次数:88
初探Performance API
前段时间在读Vue源码的时候,发现了这样一个API——Window.Performance。当时完全不知道这是什么?在查阅了一些资料后,大致明白了这个API的作用。下面一起来看看什么是Performance。其实光看这个API的名字,我们就能大致猜到这一定是和性能相关的。来看看MDN上关于它的介绍。 ...
分类:Windows程序   时间:2020-05-01 00:55:28    阅读次数:78
【ORACLE】锁定某些表,不收集统计信息
Oracle 11g Performance Tuning Guide 文档中,关于管理优化器统计信息,介绍了通过Locking Statistics for a Table or Schema,可以锁定那些不需要频繁收集统计信息的对象, 当然,如果需要重新收集这些对象的统计信息, 需要先解除锁定。 ...
分类:数据库   时间:2020-04-28 14:50:27    阅读次数:125
源码安装Mysql5.7
LinuxMysql务器安装关系型数据库:MySQL、MaraiDB、Oracle、SQLServer、PostgreSQL、DB2MySQL引擎包括:ISAM、MyISAM、InnoDB、Memory、CSV、BlackHole、Archive、Performance_Schema、Berkeley、Federated、Cluster/NDBMysql服务器安装YUM/rpmmysql5.7.1
分类:数据库   时间:2020-04-26 23:53:44    阅读次数:122
YUM安装MySQL5.7
关系型数据库:MySQL、MaraiDB、Oracle、SQLServer、PostgreSQL、DB2MySQL引擎包括:ISAM、MyISAM、InnoDB、Memory、CSV、BlackHole、Archive、Performance_Schema、Berkeley、Federated、Cluster/NDBMysql服务器安装YUM/rpmmysql5.7.16-10yuminstall
分类:数据库   时间:2020-04-26 23:45:44    阅读次数:121
Diagnosing Performance Problems 学习
https://learn.unity.com/tutorial/diagnosing-performance-problems Diagnosing performance problems using the Profiler window Introduction Different prob ...
分类:其他好文   时间:2020-04-25 00:34:38    阅读次数:79
【技术学习】Mongo Administration
Latest: Support Plan and Cloud Manager Access Cloud Manager: https://cloud.mongodb.com/ Access Mongo Support https://support.mongodb.com Tuning https: ...
分类:其他好文   时间:2020-04-21 16:46:29    阅读次数:54
zcu106 sd卡mount错误
Tuning failed, falling back to fixed sampling clock https://www.xilinx.com/support/answers/73079.html 2019.2 Zynq UltraScale+ MPSoC: PetaLinux ZCU106 ...
分类:其他好文   时间:2020-04-21 09:51:57    阅读次数:134
2063条   上一页 1 ... 6 7 8 9 10 ... 207 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!