|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
在执行崩溃恢复时,理解在一个数据库中的每一个表tbl_name对应的在数据库目录中的3个文件是很重要的:数据
DeterminethememoryusedbyaDataWindoworDataStore
ItisoftennecessarytoknowhowmuchmemoryaDataWindoworDataStoreisusingtopreventan"outofmemory"errorortofacilitatedebugging.Whenthememoryusageisknown,processingofdataortheretrievalofdatacanbestoppedwhenamaximumlimitisreached.
TodeterminetheamountofvirtualmemoryusedbyaDataWindoworDataStore,theStorageattributeisused.Itcanbeinvokedfromeitherofthetwomethodsbelow:
DotNotation
dw_control.Object.DataWindow.Storage
Describe
dw_control.Describe("DataWindow.Storage")
Bothcasesreturnastringvalueinbytesofstorageused.
NOTE-dw_controlcanrefertoeitheraDataWindoworDataStore
Anexampleusagewouldbe:
Cancelingaquerythatusestoomuchstorage.YoucancheckthispropertyinthescriptfortheRetrieveRoweventintheDataWindowcontrolandcancelaqueryifitisconsumingtoomuchstorage.NOTE-Thisexamplewillinjectperformancedegradationbyincreasingtheretrievetime.
2008年1月16号MySQLAB被Sun公司收购。而2009年,SUN又被Oracle收购。就这样如同一个轮回,MySQL成为了Oracle公司的另一个数据库项目。 |
|