| CARVIEW |
- home
- about
- people
- projects
- tools & code
- software previews
- worklog
- contribute
- wiki
- create account
- login
|
About Worklog
The Forge Worklog is the public collection of development and roadmap tasks
that MySQL engineers are either in the proces of working on, or are seeking
input from the MySQL user community in how to implement a feature or extension.
Feel free to comment on any worklog item you are interested in or have experience
using. MySQL developers are always eager to hear from you! You can read more about
Worklog on the MySQL Forge Wiki.
Browse By TagRecent Community Feedback
Alexander Kjäll says:
Jan 20, 2009 @ 13:50 (re: WL#1213: Implement 4-byte UTF8, UTF16 and UTF32) That mysql doesn't support unicode fully took a while to track down. I thought that i created invald unicode characters somehow.
Peter Volk says:
Jan 15, 2009 @ 08:19 (re: WL#4533: QFPD - Abstract Query tree (AQT)) Hi, currently I have a great interest in this feature and would like to contribute on getting the requirements down so we can also use the full functionality of our storage engine. Whom to I have to talk with to communicate our imagination? cheers, Peter
Mark Callaghan says:
Dec 11, 2008 @ 17:20 (re: WL#2866: Materialized Views (reduced support)) I don't think you will get this right without too much effort and that effort is better used elsewhere, like in making subqueries work in all cases.
Mark Callaghan says:
Dec 11, 2008 @ 17:17 (re: WL#3661: Investigate TCMalloc as an alternative to malloc) Use -ltcmalloc_minimal, not -ltcmalloc. Perf results are at https://code.google.com/p/google-mysql-tools/wiki/SmpPerformance. It helps to expose some of TCmalloc to the dba via: SHOW TCMALLOC STATUS and FREE MEMORY -- see the Google V2 or pending V3 patch for the extensions.
Mark Callaghan says:
Dec 11, 2008 @ 17:15 (re: WL#2887: Split mysys into 'system functions', 'algorithms' and 'character_sets') Can the first step to be documenting the interfaces for all system functions?
Mark Callaghan says:
Dec 11, 2008 @ 17:14 (re: WL#3021: Use a lock-free memory allocator) Use tcmalloc. It has a BSD license, an active community, is being ported to many platforms and is known to make MySQL much faster on some benchmarks -- https://code.google.com/p/google-mysql-tools/wiki/SmpPerformance
Mark Callaghan says:
Dec 11, 2008 @ 17:07 (re: WL#682: Memory consumption estimation for x86/32 Linux) Few of the fields in the rusage structure are updated on Linux. I tried it and then switched to code that parses /proc/self/stat and exports the result in SHOW STATUS
Mark Callaghan says:
Dec 11, 2008 @ 17:05 (re: WL#1022: Resource Accounting support) Some users have this today via the SHOW USER_STATS patch from Percona and OurDelta.
Mark Callaghan says:
Dec 11, 2008 @ 16:42 (re: WL#1023: Check if we can get CPU time used by thread) This would be nice to have but you need new versions of Linux and/or glibc to get this on Linux. And just because the getrusage interfaces are there doesn't mean that you will get per-thread results. We learned this the hard way. |
Top-Rated TasksRecently Added/Modified Tasks |
Jan 22, 2009 @ 00:23 (re: WL#344: Time-delayed Replication)
Great idea, I want this!