Re: [Firebird-devel] Re Planning the post v3 development

2014-09-08 Thread marius adrian popa
Snmp support is usually done in an external agent or as plugin in the
monitoring solution : nagios ...

On Tue, Sep 2, 2014 at 5:14 PM, Martin Köditz  wrote:

> Hi Dmitry,
>
>
>
> responding to your request, there is one thing I’m really missing. What do
> you think about a SNMP function.
>
>
>
> Currently it is very hard for us to monitor Firebird performance over the
> time. It would be great to collect information about the server status via
> Nagios or Zenoss. So we can see when are the peaks in our customers memory.
> When are the most people active. Maybe there is a way to track the database
> growth.
>
>
>
> If we are able to poll the data from firebird server, Nagios or Zenoss can
> create some informational graphs.
>
>
>
> From my point of view this would be a great and helpful feature. What do
> you think?
>
>
>
> Kind Regards,
>
> Martin Köditz
>
>
> --
> Slashdot TV.
> Video for Nerds.  Stuff that matters.
> http://tv.slashdot.org/
> Firebird-Devel mailing list, web interface at
> https://lists.sourceforge.net/lists/listinfo/firebird-devel
>
>
--
Want excitement?
Manually upgrade your production database.
When you want reliability, choose Perforce
Perforce version control. Predictably reliable.
http://pubads.g.doubleclick.net/gampad/clk?id=157508191&iu=/4140/ostg.clktrkFirebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel


[Firebird-devel] Re Planning the post v3 development

2014-09-06 Thread Martin Köditz
Hi Dmitry,

 

responding to your request, there is one thing I’m really missing. What do
you think about a SNMP function.

 

Currently it is very hard for us to monitor Firebird performance over the
time. It would be great to collect information about the server status via
Nagios or Zenoss. So we can see when are the peaks in our customers memory.
When are the most people active. Maybe there is a way to track the database
growth.

 

If we are able to poll the data from firebird server, Nagios or Zenoss can
create some informational graphs.

 

>From my point of view this would be a great and helpful feature. What do you
think?

 

Kind Regards,

Martin Köditz

--
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel


Re: [Firebird-devel] Re Planning the post v3 development

2014-04-28 Thread Alex Peshkoff
On 04/28/14 12:44, Dmitry Yemanov wrote:
>> 3. Service calls for aliases.conf CORE-1422
> It's named databases.conf in v3 and its structure is quite different
> now. IMO, this ticket needs adjustments to the new realities before
> considering it for implementaion.

This request requires relatively small efforts to implement. But except 
ticket adjustments I need some use cases cause I do no see where such a 
feature can be useful.


--
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.  Get 
unparalleled scalability from the best Selenium testing platform available.
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel


Re: [Firebird-devel] Re Planning the post v3 development

2014-04-28 Thread Dmitry Yemanov
28.04.2014 01:04, Jesus Garcia wrote:

> Allways my customers require me features that oracle and sql server has

Well, they should understand that Firebird will never have all those 
features from Oracle and MSSQL. The question is what they really need.

> 1. Built-in replication. Our customers want to have databases replicated
> and been able to move connections to another center in case of
> server/center hardware crash. I know there is replications applications
> in firebird, but them are not what is needed. (CORE-2021)

You're talking about a hot standby solution here. Surely, it can be 
built on top of the replication, but other solutions are also possible.

See for example:
http://tracker.firebirdsql.org/browse/CORE-2990

> 2. Clustering. Allow access from two or more servers to a database.
> (CORE-2719)

I'd say you may forget about this in the context of the next release. I 
simply don't see how it could appear anytime soon.

> Now other features I would like to have:
>
> 1. Transaction ID datatype. In v3, Transaction ID has changed to
> unsigned, but may be better a greater data type, like  40 bits value.
> Everyday databases grows, require more transactions and more users.
> Current transactionID is limit for the near future.

There's a 64-bit txn id implementation available (although not publicly 
yet), but alternative solutions also look possible. I'd like to have 
their draft implementations at hands before deciding what solution 
Firebird is going to get.

> 2. Support for SQL Schemas. CORE-738

Personally, I would second this suggestion. The question, however, is 
who is interested in developing such a big piece of work. I'm afraid 
this not gonna be me, sorry.

> 3. Service calls for aliases.conf CORE-1422

It's named databases.conf in v3 and its structure is quite different 
now. IMO, this ticket needs adjustments to the new realities before 
considering it for implementaion.


Dmitry


--
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.  Get 
unparalleled scalability from the best Selenium testing platform available.
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel


Re: [Firebird-devel] Re Planning the post v3 development

2014-04-28 Thread Dimitry Sibiryakov
27.04.2014 23:04, Jesus Garcia wrote:
> I know there is replications applications in firebird, but them are not what 
> is needed.

   What features you are missing in them?

-- 
   WBR, SD.

--
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.  Get 
unparalleled scalability from the best Selenium testing platform available.
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel


[Firebird-devel] Re Planning the post v3 development

2014-04-27 Thread Jesus Garcia
Hello, as Dimitry suggested, I want to propose, based on my experience,
what is required by new customers I'm trying to work with and existing
customers. Most of them are registered in tracker.

Allways my customers require me features that oracle and sql server has,
and I have lost new clients because they do not want firebird and I have
not been able to convince them. I think the next two features are very
important for Firebird future direction. May be, we have to move from
Firebird to another RDMS, because for now is a stopper for every new
customer and for existing ones. Some years ago, it was not so important,
but now we are having problems with it.

1. Built-in replication. Our customers want to have databases replicated
and been able to move connections to another center in case of
server/center hardware crash. I know there is replications applications in
firebird, but them are not what is needed. (CORE-2021)

2. Clustering. Allow access from two or more servers to a database.
(CORE-2719)

Now other features I would like to have:

1. Transaction ID datatype. In v3, Transaction ID has changed to unsigned,
but may be better a greater data type, like  40 bits value. Everyday
databases grows, require more transactions and more users. Current
transactionID is limit for the near future.
2. Support for SQL Schemas. CORE-738
3. Service calls for aliases.conf CORE-1422

Regards,
Jesus
--
Start Your Social Network Today - Download eXo Platform
Build your Enterprise Intranet with eXo Platform Software
Java Based Open Source Intranet - Social, Extensible, Cloud Ready
Get Started Now And Turn Your Intranet Into A Collaboration Platform
http://p.sf.net/sfu/ExoPlatformFirebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel