~ubuntu-branches/ubuntu/saucy/drizzle/saucy-proposed

« back to all changes in this revision

Viewing changes to plugin/pbms/TODO

  • Committer: Package Import Robot
  • Author(s): Clint Byrum
  • Date: 2012-06-19 10:46:49 UTC
  • mfrom: (1.1.6)
  • mto: This revision was merged to the branch mainline in revision 29.
  • Revision ID: package-import@ubuntu.com-20120619104649-e2l0ggd4oz3um0f4
Tags: upstream-7.1.36-stable
ImportĀ upstreamĀ versionĀ 7.1.36-stable

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Media Streaming To-Do List
2
 
=========================
3
 
------- 2010-01-13
4
 
0047: Make the default port something in the 50,00 -> 60,000 range and add a build config option to set it at build time.
5
 
 
6
 
------- 2009-08-16
7
 
0046: An daemon level default backup location.
8
 
 
9
 
0045: Better error reporting for daemon level backup. [RESOLVED: RN141]
10
 
 
11
 
0044: Rewrite/reformat PBMS documentation. [RESOLVED: RN161]
12
 
 
13
 
0043: Fix the problem where it is possible for data that was commited at the time of the backup not to be included in the backup.
14
 
 
15
 
0042: Fix BLOB indexing bug.  [Feature removed: RN190]
16
 
 
17
 
0041: Fix transaction errors when a table or database is dropped. [RESOLVED: RN156]
18
 
 
19
 
0040: Make data stored in the pnms_variable table persistent. [RESOLVED: RN141]
20
 
 
21
 
0039: Enable cloud storage. [RESOLVED: RN141]
22
 
 
23
 
0038: Add Drizzle support. 
24
 
 
25
 
0036: Provide a patch to for MySQL to make all engines PBMS enabled.
26
 
 
27
 
0035: Provide a patch for InnoDB to make it PBMS enabled.
28
 
 
29
 
0034: Implement incremental backup.
30
 
 
31
 
0033: Implement remote repositories.
32
 
 
33
 
0032: Implement daemon level replication.
34
 
 
35
 
------- 2009-03-11
36
 
0031: Implement PBMS_OPTION_TRANSMITION_TIMEOUT.
37
 
 
38
 
0030: Implement pbms_keep_alive. This could be done at the socket level. The threads could set a timeout value before beginning a read/write operation. A seperater thread would monitor the workers and interupt them if the timeout expired.
39
 
 
40
 
------- 2009-01-13
41
 
 
42
 
0025: Port to Windows.
43
 
 
44
 
0024: Add a system table for HTTP meta data fields.[RESOLVED: RN54]
45
 
 
46
 
0023: Implement index support for all PBMS system tables.
47
 
 
48
 
0022: Add support for BLOB access via the BLOB alias.[RESOLVED: RN53] [Feature removed: RN190]
49
 
 
50
 
0021: Add transaction support.[RESOLVED: RN64]
51
 
 
52
 
------- 2008-09-11
53
 
0020: Add built in functions for use in triggers to enable non Media Streaming enabled engines to use PBMS.[RESOLVED: RN45] [Feature removed: RN59] 
54
 
 
55
 
0019: Register a port number to be used as the default HTTP port number used by the daemon.
56
 
 
57
 
0018: Enable the  HTTP server to handle 1000+ connections efficiently.
58
 
 
59
 
0017: Make the HTTP server more robust so that it can tolerate HTTP connections that do not have the keep-alive set but do not terminate immediately after receiving a reply.
60
 
 
61
 
0016: Add a connection timeout so that the HTTP server can close idle HTTP connections.
62
 
 
63
 
------- 2007-07-25
64
 
 
65
 
0015: Implement index support for the repository tables. 
66
 
 
67
 
0014: Implement UPDATE/INSERT support for the repository tables.[RESOLVED: RN51, RN52]
68
 
 
69
 
0013: Implement support for sorting the repository tables.[RESOLVED: RN58]
70
 
 
71
 
0012: Check limits and formats of given system variable values.
72
 
 
73
 
0011: Implement built-in functions BLOB_DATA() and/or BLOB_URL().
74
 
 
75
 
------- 2007-07-05
76
 
 
77
 
0010: Add content types [RESOLVED: RN10].
78
 
 
79
 
0009: Add create, access and reference timestamps [RESOLVED: RN9].
80
 
 
81
 
0008: Only open one file handle per file under UNIX.
82
 
 
83
 
0007: Implement RENAME TABLE with Blobs in the repository [RESOLVED: RN8].
84
 
 
85
 
0006: Implement DROP TABLE with Blobs in the repository [RESOLVED: RN7].
86
 
 
87
 
0005: Implement the MyBS compactor thread [RESOLVED: RN6].
88
 
 
89
 
0004: Implement the MyBS virtual tables [RESOLVED: RN11].
90
 
 
91
 
0003: Insert reference into a table. Implement reference and dereference BLOB [RESOLVED: RN5].
92
 
 
93
 
0002: Implement the file handle pool.
94
 
 
95
 
0001: Implement the temp BLOB list, including the temp list monitoring thread [RESOLVED: RN4].
96
 
 
97
 
------- 2007-06-19
98
 
 
99
 
There is still a lot to be done. The first version of the BLOB Streaming daemon only allows download of selected column. The BLOBs must still be INSERTed into the database normally.
100
 
 
101
 
The next step is add support of the upload of BLOBs. It will then be possible to store BLOBs of any size in the database.
102
 
 
103
 
The streaming enabled storage daemon will support this by storing BLOBs "out of record". When SELECTing these BLOBs from the server, a URL will be returned instead of the BLOB data. The URL can then be used GET the BLOB via the BLOB Streaming daemon.
104
 
 
105
 
One of the top priorities is to introduce a security concept for the BLOB Streaming daemon.
106
 
 
107
 
The current idea is to introduce a database user with a specific name (e.g. "mybs") who's grant profile reflects the columns that can be accessed via the BLOB Streaming daemon.
108
 
 
109
 
I am still gathering ideas on this and other issue so input is welcome!
110
 
 
111
 
Barry Leslie
112
 
PrimeBase Technologies GmbH
113
 
barry.leslie@primebase.com
114
 
www.blobstreaming.org