difference between truncate and delete
1. delete a data entry operation will be recored in the db log, and can be rollback by log. the related trigger could be triggered.
truncate a entry operation will not be writed in log, and the data can not be rollback, don't trigger the related trigger if have.
2. there's no change on table storage and index when execute the delete operation
the table storage and index will be freed after exec the truncate operation.
相關推薦
difference between truncate and delete
1. delete a data entry operation will be recored in the db log, and can be rollback by log. the related trigger could be triggered. &nbs
What is the difference between Kill and Kill -9 command in Unix?
data esp osi lin mil print ren win sku w difference kill -9 pid and kill pid command - Ask Ubuntu https://askubuntu.com/questions/7918
【轉載】What is the difference between authorized_keys and known_hosts file for SSH?
led accounts dep protocol wide HERE data round enc The known_hosts file lets the client authenticate the server, to check that it isn‘t c
Difference between Netbios and Host name
recommend resolv vid should hostname domain win ebo score Hostnames or NetBIOS names were used to provide a friendlier means of identifyi
what's the difference between Rlock and Lock?
來自StackOverflow上的問答: The main difference is that a Lock can only be acquired once. It cannot be acquired again, until it is released. (Af
Difference between orc and parquet format
參考: https://www.cnblogs.com/ITtangtang/p/7677912.html https://blog.csdn.net/yu616568/article/details/51868447 https://hortonworks.com/blog/orcfi
(The difference between Comparator and Comparable)Comparator和Comparable的區別
來源於 https://blog.csdn.net/zhushuai1221/article/details/51760663 in view of https://blog.csdn.net/zhushuai1221/article/details/51760663 原始碼(sou
Difference between object and class
1. object is the instance of a class. class defined the blueprint or template of a object, include its behavior and/or perproies. 2. object is
Ask HN: The difference between “overvalued” and “that's how much it is now”?
I'm particularly interested in housing prices, but if it's different for other industries I'd love to understand that as well.It's strangely hard to find a
Why the difference between AI and machine learning matters
This article is part of Demystifying AI, a series of posts that (try) to disambiguate the jargon and myths surrounding AI. A while ago, while browsing thro
The Difference between #define and const in C/C++
The Difference between #define and const in C/C++I was recently asked an interesting question by one of my friends who is currently learning to program in
English-Difference between original and source
最近跟網頁翻譯懟上了,在給翻譯前的頁面起名是糾結於使用original page還是source page,就查了一下original和source的區別。 original: n. 原件;原作;原物;原型 adj. 原始的;最初的;獨創的;新穎的 origin: n. 起源;
What is the difference between Segment and tag managers? Documentation
Tag managers were built before mobile existed, when companies were mostly concerned with tracking digital ad click-throughs.Built on an older technology, t
Difference between Range and Xrange in Python
概述 之前在stackoverflow上看見一個答案描述Python中range與xrange的區別: range的返回值是一個list,包含所有範圍內滿足條件的元素; 而Xrange的返回值是一個xrange的Object,通過協程,在每次呼叫時執行一次
numpy : the difference between row and column vector
http://stackoverflow.com/questions/17428621/python-differentiating-between-row-and-column-vectors http://stackoverflow.com/questions/1516
Difference between argument and parameter
Parameter is variable in the declaration of function. Argument is the actual value of this variabl
what is the difference between Integer and int in java?
ive rim ever pan long () bool out com int is a primitive type, Variables of int type store the actual binary value for the Integer type y
Difference between HashMap and Hashtable in Java
1.The HashMap class is roughly equivalent to Hashtable, except that it is non synchronized and permits nulls. (HashMap allows null valu
The Difference Between a Router, Switch and Hub
dev header ini dash address expand rri server reac Some technicians have a tendency to use the terms router, switch and hub interchangeab
difference between http get and post
url 沒有 要求 方式 enc 長度 ren http服務器 加密 1 用get的地方 在瀏覽器中輸入url直接訪問資源時,用get。get是通過url傳參的。 2 用post的地方 2.1 url長度超限時 post是將參數放在http body中的,因此對參數的長度是