Association Rule(关联规则) (1)Support of an Itemset(支持项集) The support of an item (or itemset) X is the percentage of transactions in which that item (or i ...
分类:
其他好文 时间:
2019-04-19 23:55:39
阅读次数:
298
explain plan forSELECT MMT.TRANSACTION_ID,GIR.JE_HEADER_ID,GIR.JE_LINE_NUMFROM GL_IMPORT_REFERENCES GIR ,MTL_MATERIAL_TRANSACTIONS MMTWHERE 1=1AND GIR ...
分类:
数据库 时间:
2019-04-08 15:36:20
阅读次数:
223
Transactions 事务(Transaction),一般是指要做的或所做的事情。在计算机术语中是指访问并可能更新数据库中各种数据项的一个程序执行单元(unit)。在计算机术语中,事务通常就是指数据库事务。 应用场景: 应用程序需要执行多个操作,包括一个或多个数据库命令 * 其中一个数据库命令失 ...
分类:
Web程序 时间:
2019-02-28 22:43:28
阅读次数:
274
事务Transactions:一组原子性的SQL语句,或一个独立工作单元事务日志:记录事务信息,实现undo,redo等故障恢复功能ACID特性:A:atomicity原子性;整个事务中的所有操作要么全部成功执行,要么全部失败后回滚C:consistency一致性;数据库总是从一个一致性状态转换为另一个一致性状态I:Isolation隔离性;一个事务所做出的操作在提交之前,是不能为其它事务所见;隔
分类:
其他好文 时间:
2019-02-21 21:31:52
阅读次数:
189
本文转自:https://fideloper.com/laravel-database-transactions Laravel's documentation on Database Transactions describes wrapping our database calls within ...
分类:
数据库 时间:
2019-01-28 10:46:58
阅读次数:
172
[toc] 文章名称 Delayed Installation and Expedited Eviction:An Alternative Approach to Reduce Flow Table Occupancy in SDN Switches 来源 IEEE/ACM TRANSACTIONS ...
分类:
其他好文 时间:
2019-01-23 01:32:47
阅读次数:
179
Jmeter Plugins version 0.5.5 官方解释: Transactions per Second since 0.3.0 Jmeter Plugins version 0.5.5 官方解释: Transactions per Second since 0.3.0 This gra ...
分类:
其他好文 时间:
2018-12-18 20:29:37
阅读次数:
898
英文解释: PV=page viewTPS=transactions per secondQPS=queries per secondRPS=requests per second RPS=并发数/平均响应时间 术语说明: QPS = req/sec = 请求数/秒 【QPS计算PV和机器的方式】 ...
分类:
其他好文 时间:
2018-12-17 20:12:49
阅读次数:
225
在某些时候,你可能会在视图修改两张数据表。并且想让他们同时成功或者同时失败。这就是事务的原子性(atomicity)。在django中应该怎么做呢? 详细可以参考官方文档:https://yiyibooks.cn/xx/Django_1.11.6/topics/db/transactions.htm ...
分类:
其他好文 时间:
2018-12-02 20:06:41
阅读次数:
226
--生产批创建事物处理 --created by jenrry DECLARE p_mmti_rec mtl_transactions_interface%ROWTYPE; p_mmli_tbl gme_common_pvt.mtl_trans_lots_inter_tbl; x_return_st... ...
分类:
数据库 时间:
2018-11-26 17:22:35
阅读次数:
349