<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to feature-requests</title><link href="https://sourceforge.net/p/cloudbase/feature-requests/" rel="alternate"/><link href="https://sourceforge.net/p/cloudbase/feature-requests/feed.atom" rel="self"/><id>https://sourceforge.net/p/cloudbase/feature-requests/</id><updated>2009-09-17T03:57:25Z</updated><subtitle>Recent changes to feature-requests</subtitle><entry><title>Specyfying data files from select statement</title><link href="https://sourceforge.net/p/cloudbase/feature-requests/15/" rel="alternate"/><published>2009-09-17T03:57:25Z</published><updated>2009-09-17T03:57:25Z</updated><author><name>YoungWoo Kim</name><uri>https://sourceforge.net/u/warwithin/</uri></author><id>https://sourceforge.netba905bb31f3dc00a733f21cce770b5a055b66d1a</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;As a user, I want to specify some data files when select data from table. like below, I want to select  data from specified files in directory not entire table(data directory):&lt;/p&gt;
&lt;p&gt;I have a table 'test_table9' and the table has data files in data directroy (e.g. /user/hadoop/cloudbase/data/TEST_TABLE9/)&lt;br /&gt;
Files in that directory:&lt;br /&gt;
data1.txt&lt;br /&gt;
data2.txt&lt;br /&gt;
data3.txt&lt;/p&gt;
&lt;p&gt;SELECT * FROM test_table9 DATAFILE ('data1.txt', 'data2.txt') WHERE col1='...';&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Export data into RDBMS table using JDBC Batch update</title><link href="https://sourceforge.net/p/cloudbase/feature-requests/14/" rel="alternate"/><published>2009-09-17T03:33:33Z</published><updated>2009-09-17T03:33:33Z</updated><author><name>YoungWoo Kim</name><uri>https://sourceforge.net/u/warwithin/</uri></author><id>https://sourceforge.net99a570e17f846903918b63dd108ef63e46c96138</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;JDBC batch update is faster than single update per row. I could see 5x performance improvement in some cases on our cluster. I just replace 'executeUpdate( )' with 'addBatch()' and 'executeBatch()'. and I call the 'executeBatch()' per file. and This is a straitforward implementation. I do not consider 'batch size', 'commit size' or something like that. but it works fine so far.&lt;/p&gt;
&lt;p&gt;I think we can configure the batch size for export in Cloudbase's configuration.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>DB objects with reserved keywords as names should be allowed</title><link href="https://sourceforge.net/p/cloudbase/feature-requests/13/" rel="alternate"/><published>2009-07-09T06:58:30Z</published><updated>2009-07-09T06:58:30Z</updated><author><name>Saurabh Nanda</name><uri>https://sourceforge.net/u/saurabhnanda/</uri></author><id>https://sourceforge.net5570f5175e7288d4ca965ebb1104e9553c4787a7</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Tables, columns, and indexes with reserved keywords (eg. 'url') as names should be allowed.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Add commands to select CloudBase metadata</title><link href="https://sourceforge.net/p/cloudbase/feature-requests/12/" rel="alternate"/><published>2009-06-25T02:11:42Z</published><updated>2009-06-25T02:11:42Z</updated><author><name>YoungWoo Kim</name><uri>https://sourceforge.net/u/warwithin/</uri></author><id>https://sourceforge.net6244ae687935a4ab9e7191d4715beac796dcad74</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;It would be nice CloudBase supports commands for listing metadata.&lt;br /&gt;
We can select data about Tables, Views, UDFs, UDTs and DBLINKs using the commands.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Bulk loader for CloudBase using a Database link.</title><link href="https://sourceforge.net/p/cloudbase/feature-requests/11/" rel="alternate"/><published>2009-06-08T06:42:31Z</published><updated>2009-06-08T06:42:31Z</updated><author><name>YoungWoo Kim</name><uri>https://sourceforge.net/u/warwithin/</uri></author><id>https://sourceforge.net684893e7169856c73d47bd8e547dcab073cd76c6</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;CloudBase supports database links only for exporting results into the RDBMS' table. &lt;br /&gt;
It would be nice to be able to import data from RDBMS table to CB table using a database link and vise versa.&lt;/p&gt;
&lt;p&gt;FYI, &lt;a href="http://www.cloudera.com/blog/2009/06/01/introducing-sqoop/" rel="nofollow"&gt;http://www.cloudera.com/blog/2009/06/01/introducing-sqoop/&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Support of 'ALTER TABLE' statement.</title><link href="https://sourceforge.net/p/cloudbase/feature-requests/10/" rel="alternate"/><published>2009-06-08T06:25:30Z</published><updated>2009-06-08T06:25:30Z</updated><author><name>YoungWoo Kim</name><uri>https://sourceforge.net/u/warwithin/</uri></author><id>https://sourceforge.net5fe3e5c79e3bcc1749841f97920b8543194b44fe</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Syntax format:&lt;br /&gt;
ALTER TABLE &amp;lt;table name&amp;gt; &amp;lt;alter table action&amp;gt;&lt;/p&gt;
&lt;p&gt;Alter table actions:&lt;br /&gt;
rename table&lt;br /&gt;
add/drop column&lt;br /&gt;
...&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Support for NULL on SELECT statement.</title><link href="https://sourceforge.net/p/cloudbase/feature-requests/9/" rel="alternate"/><published>2009-06-08T06:11:39Z</published><updated>2009-06-08T06:11:39Z</updated><author><name>YoungWoo Kim</name><uri>https://sourceforge.net/u/warwithin/</uri></author><id>https://sourceforge.netcac830f6ace47e02e38677102ff3d3e205d30a49</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;CloudBase supports NULL. but NULL on 'SELECT' statement does not work.&lt;/p&gt;
&lt;p&gt;Query:&lt;br /&gt;
select c1, NULL from test_table1;&lt;/p&gt;
&lt;p&gt;The query returns an error.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>CONVERT from DATETIME to VARCHAR with conversion mask</title><link href="https://sourceforge.net/p/cloudbase/feature-requests/8/" rel="alternate"/><published>2009-03-31T02:18:35Z</published><updated>2009-03-31T02:18:35Z</updated><author><name>YoungWoo Kim</name><uri>https://sourceforge.net/u/warwithin/</uri></author><id>https://sourceforge.neta158e0572dc5f71a10c3a7429879ad9b7d689c39</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;CloudBase supports CONVERT function however conversion mask supports only in case from VARCHAR to DATETIME.&lt;br /&gt;
I'd like to use conversion mask when converting to VARCHAR from DATETIME. &lt;br /&gt;
Or supporting 'Date Formatting' would be a possible approach - DATETIME -&amp;gt; Date Formatting -&amp;gt; VARCHAR&lt;/p&gt;
&lt;p&gt;Related URLs:&lt;br /&gt;
&lt;a href="http://www.techonthenet.com/oracle/functions/to_char.php" rel="nofollow"&gt;http://www.techonthenet.com/oracle/functions/to_char.php&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html#function_date-format" rel="nofollow"&gt;http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html#function_date-format&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Youngwoo&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Need to be able to set the password</title><link href="https://sourceforge.net/p/cloudbase/feature-requests/7/" rel="alternate"/><published>2009-03-16T21:52:27Z</published><updated>2009-03-16T21:52:27Z</updated><author><name>DMB</name><uri>https://sourceforge.net/u/plexi59/</uri></author><id>https://sourceforge.net625eaa0f4bc98ee6a08f21b6be08842f2d5f3d70</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Currently there doesn't seem to be anything to change administrative password or add user names.&lt;/p&gt;
&lt;p&gt;Currently I can't lock other people out of CloudBase's ODBC connection, since it has the same user name on all installations. To alleviate this, the ability to change passwords would be helpful (and possibly create other users, even though there's no permission enforcement - this would be useful for logging). &lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Index information on SQuirreL' Objects Tab</title><link href="https://sourceforge.net/p/cloudbase/feature-requests/6/" rel="alternate"/><published>2009-03-14T02:22:33Z</published><updated>2009-03-14T02:22:33Z</updated><author><name>YoungWoo Kim</name><uri>https://sourceforge.net/u/warwithin/</uri></author><id>https://sourceforge.net027fc3a68013ba5bbfd2dceb542cb9b0d9f2bc91</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;There are no index information on SQuirreL' Objects Tab. I'd like to see the index list on SQuirreL SQL Client.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Youngwoo&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>