dm-cutie-extras 0.0.3 → 0.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/TODO.markdown
CHANGED
@@ -13,12 +13,6 @@ MysqlOptimizations (Probably highly correlated to MysqlExecutionStep...)
|
|
13
13
|
===================
|
14
14
|
* Offer ADD INDEX on generalized_query (Optimize Queries like this)
|
15
15
|
|
16
|
-
|
17
|
-
Amazon SimpleDB
|
18
|
-
===============
|
19
|
-
* Cost calculation
|
20
|
-
|
21
|
-
|
22
16
|
MysqlExecutionStep
|
23
17
|
==================
|
24
18
|
* full table scans causes:
|
@@ -1,4 +1,5 @@
|
|
1
|
-
<%
|
1
|
+
<% help_link %>
|
2
|
+
<% @columns = MysqlIndex.properties.to_a + [:usefulness, :selectivity, :table_read_to_write_ratio, :duplicate] %>
|
2
3
|
|
3
4
|
<%= partial :menu, :locals => {:columns => @columns} %>
|
4
5
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: dm-cutie-extras
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0
|
4
|
+
version: 0.4.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Cory ODaniel
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2009-10-15 00:00:00
|
12
|
+
date: 2009-10-15 00:00:00 +01:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|