Showing entries 321 to 330 of 428
« 10 Newer Entries | 10 Older Entries »
Displaying posts with tag: Announcements (reset)
Lock-free vs. wait-free concurrency

There are two types of non-blocking thread synchronization algorithms – lock-free, and wait-free. Their meaning is often confused. In lock-free systems, while any particular computation may be blocked for some period of time, all CPUs are able to continue performing other computations. To put it differently, while a given thread might be blocked by other threads in a lock-free system, all CPUs can continue doing other useful work without stalls. Lock-free algorithms increase the overall throughput of a system by occassionally increasing the latency of a particular transaction. Most high-end database systems are based on lock-free algorithms, to varying degrees.

By contrast, wait-free algorithms ensure that in addition to all CPUs continuing to do useful work, no computation can ever be blocked by another computation. Wait-free algorithms have …

[Read more]
MySQL Workbench 5.2.24 RC

Dear MySQL Users,

We’re happy to announce the 3rd Release Candidate (RC) of MySQL Workbench.
Version 5.2.24 includes fixes for more than 70 issues.

MySQL Workbench 5.2 RC provides:

• Data Modeling
• Query (replaces the old MySQL Query Browser)
• Administration (replaces the old MySQL Administrator)
if you are a current user of MySQL Query Browser or MySQL Administrator, we look forward to your feedback on all the new capabilities we are delivering in a single unified MySQL Workbench
As always, you will find binaries for the various platforms on our download pages.

Please get your copy from our Download

http://dev.mysql.com/downloads/workbench/

To get started quickly, please take a look at this short tutorial.

MySQL Workbench 5.2 RC Tutorial

[Read more]
More Tools Available: dbForge Studio for MySQL, v4.50!

Devart today releases dbForge Studio for MySQL, v4.50 – cutting-edge administration tool and development environment for professional working with MySQL databases.

With dbForge Studio, Devart continues its initiative to produce efficient database experiences for all the people in MySQL world.

New features in dbForge Studio for MySQL, v4.50 include:


More freedom for backing up schemas

Schema Export wizard has been totally redesigned to Database Backup to enable users to back up schemas in automatic mode using Windows task scheduler, save backup options for future use, view automatically complied log file. Besides old backup files are automatically removed based on date or quantity.

[Read more]
MySQL Workbench 5.2.22 RC 2 Available

Dear MySQL Users,

We’re happy to announce the second Release Candidate (RC) of MySQL Workbench.
Version 5.2.22 includes fixes for 76 bugs.

In case you didn’t know – MySQL Workbench is a modular product and is fully pluggable and scriptable. If you want to write a plug-in for Workbench 5.2, then stay tuned as we will be updating the documentation in the next week with all the details and examples you need on how to write your own plug-ins.

Plug-ins are great for extending or adding to workbench or for automating repetitive tasks. You can do things like adding to menus, exporting your Workbench models custom tailored for your coding environment, adding your own forms, and more. Python is our preferred scripting language but for simple scripts the Lua language can be used as well.

The first plug-in we added is called MySQL Doc Library. It can be used to read the MySQL Documentation offline and features …

[Read more]
MySQL Workbench 5.2.21 RC Available

Dear MySQL Users,

We’re happy to announce the first Release Candidate (RC) of MySQL Workbench.
Version 5.2.21 includes many improvements and fixes for 62 bugs.

We have introduced a new ease of use feature on the Workbench Home screen – the Plug-in Starter area – top left hand side. The icons listed in that area are used to get quick access to the most popular plug-ins that have been written for MySQL Workbench, either by us or the community.

If you are planning to write a plug-in for Workbench, now is the right time to get started! We will be updating the documentation in the next week or 2 with all the details on how to write your own plug-in.

MySQL Workbench designed in a modular way and is fully scriptable. Whenever you have to perform repetitive tasks or e.g. need to export your Workbench models tailored for your coding environment, writing a plugin to perform this task is the way to go. Python …

[Read more]
MySQL Workbench 5.2.20 Beta 10 Available

Announcing a new beta 10 release of MySQL Workbench. Version 5.2.20 includes new fixes for 49 bugs (P1 – 1, P2 – 7 , P3 – 39, P4 – 2)

A few new tips you might try. Some have been in the last 2 betas – but in case you haven’t noticed:

  1. Once connected in SQL Editor – type control-T or command-T to add a new editor Tab
  2. In the SQL Editor run a select. Highlight a cell (one with an image blob preferably) and right click (or command click) and select “Open Value in Viewer” or another option.
  3. In a results set — select multiple rows — right click and “copy row content”
  4. Click on snippets. Click on the selector and look at DDL and DML lists.
  5. Add your own snippets selection drop down option by creating an empty file in the snippets folder and re-opening Workbench.

For example on Windows …

C:\Documents and Settings\<your …
[Read more]
Why start a new database company in 2010?

We were honored to give a closing keynote talk at MySQL Conference & Expo 2010, and wanted to share the video with you. Why start a new database company? What is RethinkDB all about? What will database technology look like twenty years from now? In this talk we explore these questions, present some of the exciting technology we’ve been developing at RethinkDB, and show how it fits into our larger vision of what database systems may look like in the future.


MySQL Workbench 5.2.19 Beta 9 Available

Just one week after the latest Beta we are now releasing the next followup build WB 5.2.19 that again fixes a number of issues found in the last Betas. Since beta 8 we were able to close another 32 bugs (P1 – 2, P2 – 4 , P3 – 26).

A big “thank you” to all the people who have been testing MySQL Workbench 5.2 alphas and betas and taking the time to file bugs and provide valuable feedback.

MySQL Workbench 5.2 Beta 5 provides:

  1. Data Modeling
  2. Query (upgrade from MySQL Query Browser)
  3. Admin (upgrade from MySQL Administrator)

if you are a current user of MySQL Query Browser or MySQL Administrator, we look forward to your feedback on all the new capabilities we are delivering in a single unified MySQL Workbench

As always, you will find binaries for the various platforms on our download pages.

Please get your copy from our Download

[Read more]
MySQL Workbench 5.2.18 Beta 8 Available

We’re proud to announce Beta 8 of MySQL Workbench 5.2.
Since beta 7 we have fixed additional bugs as well as put in some improvements requested by the community so we decided to pack up another release for you to check out. This Beta includes fixes for 35 bugs (P1 – 1, P2 – 10 , P3 – 24)

Also we have added new HUD-style (FADE IN) UI elements to show wait-times while WB is setting up connections (currentlz windows only, will be added to linux/mac in next release).

Additionally we have added Connection-/Instance-sorting, now you can go to the connection/instance manager and sort using up/down buttons.

For more on these new features check out http://wb.mysql.com

A big “thank you” to all the people who have been testing MySQL Workbench 5.2 alphas and betas and taking the time to file bugs and provide valuable feedback. We have fixed many bugs since last release and worked on some other details as …

[Read more]
MySQL Workbench 5.2.17 Beta 7 Available

We are proud to announce Beta 7 (5.2.17).
As you will see, for Beta 7 we focused on UI and usability.

This Beta includes:

  • Fixes for 69 bugs.
    • P1 -4, P2 – 21 , P3 – 41 and P4 – 3.
  • New Windows UI components
  • New “look” for windows version
  • Modern style tab-controls
  • New UI, toolbars and sidebar-placements
  • Easier to use
  • Improved look and feel
  • Distinct User Snippets
  • Pre-Loaded DML and DDL Snippet Libraries
  • SQL Editor
    • All DDL Statements for changes are available.
    • Results menu bar
  • In Output
    • added Details Pane for Action and Message

And there’s more, so check it out and see for yourself.

For more on these new features check out …

[Read more]
Showing entries 321 to 330 of 428
« 10 Newer Entries | 10 Older Entries »