PostgreSQL学习笔记---5 学习中遇到的一些名词

前端之家收集整理的这篇文章主要介绍了PostgreSQL学习笔记---5 学习中遇到的一些名词前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
  1. 名词 resource-hogging
    对应原话: Being slow or resource-hogging is not necessarily a bug.
    对应章节:Preface: Bug Reporting Guidelines

网上查阅的结果:
resource hog
A computer function that slows processing time.
来源:https://www.urbandictionary.com/define.php?term=resource%20hog

根据urbandictionary词典里的解释,这里可以猜测resource-hogging的意思应该和slow比较接近。意思是:程序执行变慢了

写Bug Report
The most important thing to remember about bug reporting is to state all the facts and only facts.

reverse-engineer 反向工程,逆向工程

原文链接:https://www.f2er.com/postgresql/194317.html

猜你在找的Postgre SQL相关文章